修改重置

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() { resetHandletype() {
this.query.conTypeCode = '' this.querytypedialogshowquery.conTypeName = ''
this.query.conTypeName = '' this.querytypedialogshowquery.conTypeCode = ''
this.query.status = '' this.querytypedialogshowquery.status = ''
this.tableData.page = 0 this.tableData.page = 0
this.getTableData() this.getTableDatatype()
}, },
// //
tableDatatypetable(item) { tableDatatypetable(item) {

View File

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