Przeglądaj źródła

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

yusheng 9 miesięcy temu
rodzic
commit
d8cb02fa66

+ 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);