fix(grid): [grid] fix simple custom setting selected value not match on reload window (#1580)

This commit is contained in:
gimmyhehe 2024-04-19 09:25:03 +08:00 committed by GitHub
parent 64149d35b4
commit 5430eed386
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -802,7 +802,7 @@ const Methods = {
let second = () => {
this.handleTableData(true)
}
let third = () => this.refreshColumn().then(() => this.tableFullColumn)
let third = () => this.refreshColumn().then(() => this.tableFullColumn.slice(0))
return this.$nextTick().then(first).then(second).then(third)
},
watchColumn(value) {