[update] 收入合同项目关联接口联调;支出合同页面
This commit is contained in:
@@ -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)
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
@@ -119,6 +119,7 @@ export default {
|
||||
if (record && record.length > 0) {
|
||||
this.installmentList = record
|
||||
} else {
|
||||
this.installmentList = [this.defaultFormData]
|
||||
record = [this.defaultFormData]
|
||||
}
|
||||
let obj = {}
|
||||
|
||||
Reference in New Issue
Block a user