|
@@ -181,7 +181,6 @@ export default {
|
|
|
this.queryParam.onlineFalg = undefined
|
|
|
this.productType = []
|
|
|
this.$refs.table.refresh(true)
|
|
|
- this.rowSelectionInfo = null
|
|
|
},
|
|
|
// 设置表头
|
|
|
getColumns () {
|
|
@@ -344,6 +343,7 @@ export default {
|
|
|
this.setTableH()
|
|
|
this.resetSearchForm()
|
|
|
this.$refs.table.clearSelected()
|
|
|
+ this.rowSelectionInfo = null
|
|
|
},
|
|
|
setTableH () {
|
|
|
this.$nextTick(() => { // 页面渲染完成后的回调
|