forked from github/dataease
Merge pull request #1362 from dataease/pr@v1.5@fix_文本列表切换多选
fix: 文本列表多选切换单选无效
This commit is contained in:
commit
e7185a3ab8
@ -661,8 +661,6 @@ export default {
|
|||||||
},
|
},
|
||||||
sureFilter() {
|
sureFilter() {
|
||||||
this.currentFilterCom.options.value = []
|
this.currentFilterCom.options.value = []
|
||||||
const component = deepCopy(this.currentFilterCom)
|
|
||||||
this.$store.commit('setComponentWithId', component)
|
|
||||||
this.$store.commit('recordSnapshot', 'sureFilter')
|
this.$store.commit('recordSnapshot', 'sureFilter')
|
||||||
this.closeFilter()
|
this.closeFilter()
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user