|
|
|
@ -253,7 +253,9 @@ export default { |
|
|
|
|
currentPage: 1, |
|
|
|
|
pageSize: 10, |
|
|
|
|
total: 0, |
|
|
|
|
params: {}, |
|
|
|
|
params: { |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
oilCompanyMatch: {}, |
|
|
|
|
billData:[], |
|
|
|
@ -335,6 +337,7 @@ export default { |
|
|
|
|
}, |
|
|
|
|
//table list |
|
|
|
|
getByPage() { |
|
|
|
|
this.parameter.params.customerId=this.$store.state.user.companyId |
|
|
|
|
order.getByPage(this.parameter).then((res) => { |
|
|
|
|
this.tableData = res.data.list; |
|
|
|
|
this.total = res.data.totalCount; |
|
|
|
|