forked from opentiny/tiny-vue
fix(grid): [grid] fix simple custom setting selected value not match on reload window (#1580)
This commit is contained in:
parent
64149d35b4
commit
5430eed386
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue