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) } }) }