695593266@qq.com пре 3 месеци
родитељ
комит
c26e1c9fc3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/singleLogin/index.vue

+ 1 - 1
src/views/singleLogin/index.vue

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