合计栏样式

This commit is contained in:
zhangdingyu
2019-09-22 09:39:34 +08:00
parent ed0033546b
commit 201a6d36f5
3 changed files with 9 additions and 2 deletions

View File

@@ -164,7 +164,6 @@ export default {
this.machineValue ? check2 = 1 : check2 = 0
this.groupValue ? check3 = 1 : check3 = 0
searchProjectTotal(1, this.projectValue, check2, this.machineValue, check3, this.groupValue).then(response => {
console.log(response.data)
this.tableData1 = response.data
})
} else {