|
@@ -78,7 +78,7 @@ export default {
|
|
|
},
|
|
|
timeAxisParams: {
|
|
|
businessKey: '',
|
|
|
- businessType: 'BillBasicInformation'
|
|
|
+ businessType: 'Bill'
|
|
|
},
|
|
|
btnPermission: JSON.parse(sessionStorage.getItem('buttons')) || []
|
|
|
}
|
|
@@ -106,7 +106,7 @@ export default {
|
|
|
status: this.search.status,
|
|
|
businessNo: this.search.businessNo,
|
|
|
fastSearch: this.search.fastSearch,
|
|
|
- simpleClassName: 'BillBasicInformation'
|
|
|
+ simpleClassName: 'Bill'
|
|
|
},
|
|
|
data: {
|
|
|
page: this.page || 1,
|
|
@@ -114,7 +114,7 @@ export default {
|
|
|
status: this.search.status,
|
|
|
businessNo: this.search.businessNo,
|
|
|
fastSearch: this.search.fastSearch,
|
|
|
- simpleClassName: 'BillBasicInformation'
|
|
|
+ simpleClassName: 'Bill'
|
|
|
}
|
|
|
}).then(({ records, rows }) => {
|
|
|
this.tableData = rows || []
|