Преглед на файлове

工步编辑功能优化:新增团队ID关联用户列表加载逻辑

yusheng преди 9 месеца
родител
ревизия
d8cb02fa66
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      src/views/factoryModel/station/components/edit.vue

+ 4 - 0
src/views/factoryModel/station/components/edit.vue

@@ -862,6 +862,10 @@
             // }
           }
           this.form = Object.assign({}, this.form, res);
+          if(this.form?.extInfo?.teamId){
+           
+            this.userListFn(this.form.extInfo.teamId)
+          }
 
           if (res.taskList?.length) {
             this.form.taskNames = res.taskList.map((i) => i.name);