This commit is contained in:
liushuai
2020-04-23 12:06:29 +08:00
parent e3c1eceb13
commit 6bb56595b2
6 changed files with 9 additions and 7 deletions

View File

@@ -314,6 +314,7 @@ export default {
this.dateRange ? check1 = 1 : (check1 = 0, this.dateRange = '')
this.supplierValue ? check2 = 1 : check2 = 0
searchRequestFund(this.pageCurrent1, this.pageSize1, check1, this.dateRange[0], this.dateRange[1], check2, this.supplierValue).then(response => {
console.log(response, 111)
this.tableData1 = response.data.rows
this.total1 = response.data.total
})