yangfeng
2024-02-28 504e00da9a9898ac419e97f93fc66cc7c7c6f620
src/views/service/clientServiceOrder/AddCientServiceOrderDialog.vue
@@ -817,7 +817,7 @@
          let username = document.cookie.replace(/(?:(?:^|.*;\s*)username\s*=\s*([^;]*).*$)|^.*$/, "$1")
          this.serviceManOptions.map((item) => {
            if (item.username == username) {
              this.editConfig.infomation.serviceManId = item.id
              this.$set(this.editConfig.infomation, "serviceManId", item.id)
            }
          })
        }