695593266@qq.com 3 месяцев назад
Родитель
Сommit
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;
         });