修改重置

This commit is contained in:
魏啾 2024-06-26 14:34:11 +08:00
parent 02f0401855
commit 98c9b20e37
2 changed files with 8 additions and 8 deletions

View File

@ -361,11 +361,11 @@ export default {
},
//
resetHandletype() {
this.query.conTypeCode = ''
this.query.conTypeName = ''
this.query.status = ''
this.querytypedialogshowquery.conTypeName = ''
this.querytypedialogshowquery.conTypeCode = ''
this.querytypedialogshowquery.status = ''
this.tableData.page = 0
this.getTableData()
this.getTableDatatype()
},
//
tableDatatypetable(item) {

View File

@ -313,10 +313,10 @@ export default {
this.getTableDatasku()
},
resetHandleinformation() {
this.resetHandleinformation.conTypeId = ''
this.resetHandleinformation.conTypeName = ''
this.resetHandleinformation.conCode = ''
this.resetHandleinformation.conName = ''
this.queryinformation.conTypeId = ''
this.queryinformation.conTypeName = ''
this.queryinformation.conCode = ''
this.queryinformation.conName = ''
this.tableDatainformation.page = 0
this.getTableDatainformation()
},