forked from github/dataease
Merge pull request #3972 from dataease/pr@dev@fix_filter_button_bind
fix(查询按钮): 绑定过滤器未能及时生效
This commit is contained in:
commit
3fe29f2dff
@ -1376,6 +1376,7 @@ export default {
|
||||
this.$store.commit('setComponentWithId', this.currentFilterCom)
|
||||
this.$store.commit('recordSnapshot', 'sureFilter')
|
||||
this.$store.commit('setCurComponent', { component: this.currentFilterCom, index: this.curComponentIndex })
|
||||
this.$store.commit('setComponentFromList', this.currentFilterCom)
|
||||
bus.$emit('refresh-button-info')
|
||||
this.closeButton()
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user