fix: 筛选功能问题
This commit is contained in:
parent
a5d81a30d5
commit
cb6a4cb285
|
@ -430,8 +430,8 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
customHeader() {
|
||||
const list = deepClone(this.tableLabel);
|
||||
this.$refs.headerCustom.open(list);
|
||||
//const list = deepClone(this.tableLabel);
|
||||
this.$refs.headerCustom.open(this.tableLabel);
|
||||
},
|
||||
|
||||
initTableData() {
|
||||
|
|
Loading…
Reference in New Issue