Merge pull request #1362 from dataease/pr@v1.5@fix_文本列表切换多选

fix: 文本列表多选切换单选无效
This commit is contained in:
fit2cloud-chenyw
2021-12-01 17:07:46 +08:00
committed by GitHub

View File

@@ -661,8 +661,6 @@ export default {
},
sureFilter() {
this.currentFilterCom.options.value = []
const component = deepCopy(this.currentFilterCom)
this.$store.commit('setComponentWithId', component)
this.$store.commit('recordSnapshot', 'sureFilter')
this.closeFilter()
},