|
|
@@ -414,9 +414,9 @@
|
|
|
// this.infoForm.factoryName = res.factoryName;
|
|
|
// } else {
|
|
|
const data = this.factoryList.find((it) => it.id == res.factoryId);
|
|
|
- console.log(data, '数据111');
|
|
|
// }
|
|
|
this.infoForm.factoryId = res.factoryId;
|
|
|
+ this.infoForm.factoryName = res.factoryName;
|
|
|
this.teamList = res.teamList;
|
|
|
this.userData = res;
|
|
|
});
|