fix(查询按钮): 绑定过滤器未能及时生效

This commit is contained in:
fit2cloud-chenyw 2022-11-30 18:30:26 +08:00
parent 5b5072dfb2
commit a746a95151

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