修改重置

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) {