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