Merge pull request #3972 from dataease/pr@dev@fix_filter_button_bind

fix(查询按钮): 绑定过滤器未能及时生效
This commit is contained in:
taojinlong 2022-11-30 18:52:01 +08:00 committed by GitHub
commit 3fe29f2dff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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