Przeglądaj źródła

修改工厂的显示

695593266@qq.com 3 miesięcy temu
rodzic
commit
c26e1c9fc3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/singleLogin/index.vue

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

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