瀏覽代碼

修改工厂的显示

695593266@qq.com 4 月之前
父節點
當前提交
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;
         });