ANDON监控

This commit is contained in:
Vergil
2020-03-30 11:14:02 +08:00
parent 11a7c01949
commit b1c2b59492
4 changed files with 103 additions and 234 deletions

View File

@@ -146,7 +146,6 @@ export default {
this.dateRange ? check2 = 1 : (check2 = 0, this.dateRange = '')
this.personValue ? check3 = 1 : check3 = 0
searchTable1(this.radio, check1, this.billNames, check2, this.dateRange[0], this.dateRange[1], check3, this.personValue, this.pageCurrent1, this.pageSize1).then(response => {
console.log(response.data)
this.loading1 = false
this.tableData1 = response.data.rows
this.total1 = response.data.total