Explorar o código

嘉溢项目bug调整

sangwenwei hai 1 ano
pai
achega
dfe90bcd60
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()
 						}