Преглед изворни кода

工步编辑功能优化:新增团队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);