合同审核查询

This commit is contained in:
Vergil
2020-03-11 17:12:56 +08:00
parent 2ffed2eebc
commit e31e2390c3
6 changed files with 659 additions and 0 deletions

View File

@@ -246,6 +246,9 @@ export default {
// this.searchTable2()
},
searchTable1() {
this.tableData1 = []
this.gridData1 = []
this.contractDetail2 = []
initApproval(this.pageCurrent1, this.pageSize1, 0).then(response => {
this.tableData1 = response.data.rows
this.total1 = response.data.total

View File

@@ -287,6 +287,9 @@ export default {
this.searchTable2()
},
searchTable1() {
this.tableData1 = []
this.gridData1 = []
this.contractDetail2 = []
initApproval(this.pageCurrent1, this.pageSize1, 1).then(response => {
this.tableData1 = response.data.rows
this.total1 = response.data.total