From 70407cb2c90c4c907bae366072b040750245ce12 Mon Sep 17 00:00:00 2001 From: gengby <858962040@qq.com> Date: Fri, 28 Jun 2024 17:04:38 +0800 Subject: [PATCH] =?UTF-8?q?rev:=E6=89=A7=E8=A1=8C=E8=8A=82=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PropertySetting/ExecuteFlowProperties.vue | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/wms_pro/qd/src/views/wms/flow_manage/logicflow/PropertySetting/ExecuteFlowProperties.vue b/wms_pro/qd/src/views/wms/flow_manage/logicflow/PropertySetting/ExecuteFlowProperties.vue index 568f7703..5dfe18dc 100644 --- a/wms_pro/qd/src/views/wms/flow_manage/logicflow/PropertySetting/ExecuteFlowProperties.vue +++ b/wms_pro/qd/src/views/wms/flow_manage/logicflow/PropertySetting/ExecuteFlowProperties.vue @@ -17,6 +17,16 @@ + + + + + + @@ -77,11 +87,13 @@ export default { this.getTaskTypes() this.getStrategyList() this.getAllNodeIds() + this.getTypes() }, data() { return { text: '', + formTypes: [], taskTypes: [], strategyList: [], formData: { @@ -144,6 +156,11 @@ export default { this.taskTypes = res }) }, + getTypes() { + curdActDeModel.getTypes().then(res => { + this.formTypes = res + }) + }, getAllNodeIds() { const {id} = this.$props.nodeData; const allNodeIds = this.$props.lf.getGraphData().nodes;