Commit 8e1d66ca authored by jingnan's avatar jingnan 👀

胶漆调配记录卡申请节点编辑后刷新整个界面

parent b53ced07
......@@ -363,6 +363,12 @@ export default {
}
},
mounted() {
this.$bus.$on('refreshSignDetail', (res) => {
this.getDetail(this.id, this.processInstanceId)
})
},
beforeDestroy() {
this.$bus.$off('completeEvent')
},
methods: {
onSaveStatusChangeEvent(val) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment