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