update 国内标准
This commit is contained in:
@@ -87,8 +87,8 @@ export const ConfigurableTableMixin = {
|
||||
searchReset () {
|
||||
this.searchParams = {}
|
||||
this.selectedRowKeys = []
|
||||
this.getData()
|
||||
this.getTableList()
|
||||
this.getTableHeader()
|
||||
this.loadData(1)
|
||||
},
|
||||
/**
|
||||
* 获取表头数据
|
||||
|
||||
@@ -515,6 +515,16 @@ export default {
|
||||
standardNumber
|
||||
}
|
||||
})
|
||||
},
|
||||
/**
|
||||
* 重置查询
|
||||
*/
|
||||
searchReset () {
|
||||
this.searchParams = {}
|
||||
this.selectedRowKeys = []
|
||||
this.selectedTreeKeys = []
|
||||
this.getTableHeader()
|
||||
this.loadData()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user