forked from github/dataease
Merge pull request #1363 from dataease/pr@v1.5@fix_filter_add_miss
fix: 条件组件新增失败
This commit is contained in:
commit
7be6d0eb6c
@ -661,6 +661,7 @@ export default {
|
|||||||
},
|
},
|
||||||
sureFilter() {
|
sureFilter() {
|
||||||
this.currentFilterCom.options.value = []
|
this.currentFilterCom.options.value = []
|
||||||
|
this.$store.commit('setComponentWithId', this.currentFilterCom)
|
||||||
this.$store.commit('recordSnapshot', 'sureFilter')
|
this.$store.commit('recordSnapshot', 'sureFilter')
|
||||||
this.closeFilter()
|
this.closeFilter()
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user