forked from github/dataease
fix(仪表板-下拉列表过滤器): 清空按钮触发不能重置下拉列表的全选框
This commit is contained in:
parent
d645081747
commit
13987e32a6
@ -214,6 +214,8 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
clearHandler() {
|
clearHandler() {
|
||||||
this.value = this.element.options.attrs.multiple ? [] : null
|
this.value = this.element.options.attrs.multiple ? [] : null
|
||||||
|
this.checkAll = false
|
||||||
|
this.isIndeterminate = false
|
||||||
},
|
},
|
||||||
resetDefaultValue(id) {
|
resetDefaultValue(id) {
|
||||||
if (this.inDraw && this.manualModify && this.element.id === id) {
|
if (this.inDraw && this.manualModify && this.element.id === id) {
|
||||||
|
Loading…
Reference in New Issue
Block a user