Procházet zdrojové kódy

嘉溢项目bug调整

sangwenwei před 1 rokem
rodič
revize
dfe90bcd60
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/jy/project/ProjectForm.vue

+ 1 - 1
src/views/jy/project/ProjectForm.vue

@@ -579,7 +579,7 @@
 					}
 					wait().then(() => {
 						if (_num === 0) {
-							this.inputForm.clientList.push({ name: row.linkmanList[0].name,id: row.linkmanList[0].id})
+							this.inputForm.clientList.push({ name: row.linkmanList[0].name,id: row.linkmanList[0].id,linkPhone:row.linkmanList[0].linkPhone,linkMobile:row.linkmanList[0].linkMobile,position:row.linkmanList[0].position})
 							this.$refs.clientTable.insertAt({name: row.linkmanList[0].name,id: row.linkmanList[0].id,linkPhone:row.linkmanList[0].linkPhone,linkMobile:row.linkmanList[0].linkMobile,position:row.linkmanList[0].position})
 							this.clientTableKey = Math.random()
 						}