Merge branch 'v1.5' of github.com:dataease/dataease into v1.5

This commit is contained in:
taojinlong 2021-12-01 17:43:33 +08:00
commit bf3c13306e

View File

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