[update] 收入合同项目关联接口联调;支出合同页面

This commit is contained in:
zhaoxiao
2021-09-07 16:05:39 +08:00
parent 527bb2f593
commit 4549af906c
16 changed files with 1269 additions and 114 deletions
+1 -9
View File
@@ -93,15 +93,7 @@ export default {
scopedSlots: { customRender: 'text' }
}
],
dataSource: [
{
id: 1,
companyName: '合众未来'
}, {
id: 2,
companyName: '盛扬信远'
}
]
dataSource: []
}
},
methods: {
@@ -100,7 +100,6 @@ export default {
if (this.initContacts && this.initContacts.hasOwnProperty.call(this.initContacts, 'id')) {
this.contactsList.push(this.initContacts)
}
console.log(this.contactsList)
})
}
},
+1
View File
@@ -119,6 +119,7 @@ export default {
if (record && record.length > 0) {
this.installmentList = record
} else {
this.installmentList = [this.defaultFormData]
record = [this.defaultFormData]
}
let obj = {}