修改重置
This commit is contained in:
parent
02f0401855
commit
98c9b20e37
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue