合同审核查询
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user