diff --git a/wms_pro/qd/src/views/wms/flow_manage/act/execution/index.vue b/wms_pro/qd/src/views/wms/flow_manage/act/execution/index.vue index a92b2799..fdceb50e 100644 --- a/wms_pro/qd/src/views/wms/flow_manage/act/execution/index.vue +++ b/wms_pro/qd/src/views/wms/flow_manage/act/execution/index.vue @@ -256,6 +256,7 @@ export default { this.triggerLoading = false; this.popoverVisible = false; }) + this.crud.toQuery() }, onPopoverHide() { this.triggerLoading = false; diff --git a/wms_pro/qd/src/views/wms/flow_manage/act/model/index.vue b/wms_pro/qd/src/views/wms/flow_manage/act/model/index.vue index 8b9dd67b..6e49520a 100644 --- a/wms_pro/qd/src/views/wms/flow_manage/act/model/index.vue +++ b/wms_pro/qd/src/views/wms/flow_manage/act/model/index.vue @@ -135,7 +135,7 @@ - + @@ -238,6 +238,9 @@ export default { return true } return false + }, + toQuery(){ + this.crud.toQuery() } } } diff --git a/wms_pro/qd/src/views/wms/flow_manage/logicflow/FlowDesigner.vue b/wms_pro/qd/src/views/wms/flow_manage/logicflow/FlowDesigner.vue index e2556e56..08306ada 100644 --- a/wms_pro/qd/src/views/wms/flow_manage/logicflow/FlowDesigner.vue +++ b/wms_pro/qd/src/views/wms/flow_manage/logicflow/FlowDesigner.vue @@ -323,6 +323,7 @@ export default { type: 'success' }); }) + this.$emit('toQuery'); console.log(this.$data.graphData) }, $_deleteData() {