mirror of
https://github.com/dataease/dataease.git
synced 2026-06-12 16:31:11 +08:00
Merge pull request #6878 from dataease/pr@dev@fix_tree_filter_sort
perf(过滤器): 树过滤器改变排序方式后默认值重置
This commit is contained in:
@@ -169,8 +169,6 @@ export default {
|
||||
}
|
||||
this.show = false
|
||||
this.$nextTick(() => {
|
||||
// this.value = value ? [] : null
|
||||
|
||||
this.show = true
|
||||
this.$nextTick(() => {
|
||||
const defaultV = this.element.options.value === null ? '' : this.element.options.value.toString()
|
||||
@@ -213,7 +211,6 @@ export default {
|
||||
this.$refs.deSelectTree && this.$refs.deSelectTree.treeDataUpdateFun(this.data)
|
||||
})
|
||||
})
|
||||
this.element.options.value = ''
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user