fix: 文本列表多选切换单选无效

This commit is contained in:
fit2cloud-chenyw 2021-12-01 17:06:51 +08:00
parent b77bd09c40
commit 6d64ff4d43

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()
},