外协查询

This commit is contained in:
Vergil
2020-03-23 08:52:56 +08:00
parent 77697a0463
commit d761b6ccd0
2 changed files with 3 additions and 4 deletions

View File

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