sangwenwei 1 рік тому
батько
коміт
dfe90bcd60
1 змінених файлів з 1 додано та 1 видалено
  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()
 						}