This commit is contained in:
liushuai
2020-03-30 18:39:57 +08:00
parent 11a7c01949
commit 48b56b9823
6 changed files with 12 additions and 5 deletions

View File

@@ -180,6 +180,7 @@ export default {
check2 = 1
}
searchTable(check, this.supplierNameValue, check1, this.MaterialsValue, check2, this.timer[0], this.timer[1], this.pageSize, this.pageCurrent).then(response => {
console.log(response, 1111)
this.tableData = response.data.result
this.total = parseInt(response.data.output[0].ItemCount)
this.loading = false