This commit is contained in:
liushuai
2020-04-09 18:35:58 +08:00
parent dc0b9cc5d9
commit 476a105bda
18 changed files with 408 additions and 443 deletions

View File

@@ -474,6 +474,8 @@ export default {
this.tableData1 = response.data.rows
this.total1 = response.data.total
})
this.tableData2 = []
this.gridData = []
this.totalSum = 0
this.totalPay = 0
searchPurchaseContract(1, check2, this.supplierValue).then(response => {