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