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