fix: 筛选功能问题

This commit is contained in:
wenyann 2021-04-28 10:41:36 +08:00 committed by 刘瑞斌
parent a5d81a30d5
commit cb6a4cb285
1 changed files with 2 additions and 2 deletions

View File

@ -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() {