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

@@ -474,6 +474,7 @@ export default {
this.dialogVisible1 = true
},
searchTable1() {
this.disabled = true
let check1
this.invoiceNum ? check1 = 1 : check1 = 0
searchTable1(check1, this.invoiceNum, this.pageCurrent1, this.pageSize1).then(response => {