fix(查询按钮): 绑定过滤器未能及时生效
This commit is contained in:
parent
58b68ce700
commit
75b826ca8f
@ -1376,6 +1376,7 @@ export default {
|
|||||||
this.$store.commit('setComponentWithId', this.currentFilterCom)
|
this.$store.commit('setComponentWithId', this.currentFilterCom)
|
||||||
this.$store.commit('recordSnapshot', 'sureFilter')
|
this.$store.commit('recordSnapshot', 'sureFilter')
|
||||||
this.$store.commit('setCurComponent', { component: this.currentFilterCom, index: this.curComponentIndex })
|
this.$store.commit('setCurComponent', { component: this.currentFilterCom, index: this.curComponentIndex })
|
||||||
|
this.$store.commit('setComponentFromList', this.currentFilterCom)
|
||||||
bus.$emit('refresh-button-info')
|
bus.$emit('refresh-button-info')
|
||||||
this.closeButton()
|
this.closeButton()
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user