From f1c5810fb24f4403bdcc438314c492d596bc10ab Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Wed, 10 Jan 2024 01:56:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=961.6=20=E6=8B=86=E5=88=86?= =?UTF-8?q?=E8=B4=B9=E7=94=A8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workflowSettingManage.html | 94 +++++++++++++------ .../workflowSettingManage.js | 6 +- 2 files changed, 70 insertions(+), 30 deletions(-) diff --git a/public/pages/property/workflowSettingManage/workflowSettingManage.html b/public/pages/property/workflowSettingManage/workflowSettingManage.html index 30960d10a..20b72d09f 100644 --- a/public/pages/property/workflowSettingManage/workflowSettingManage.html +++ b/public/pages/property/workflowSettingManage/workflowSettingManage.html @@ -3,7 +3,7 @@
- +
@@ -11,91 +11,122 @@
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
-
+
- +
- +
-
+
- +
- +
- +
- +
@@ -103,12 +134,16 @@
- +
@@ -118,7 +153,10 @@ -
@@ -134,7 +172,9 @@
- + + +
diff --git a/public/pages/property/workflowSettingManage/workflowSettingManage.js b/public/pages/property/workflowSettingManage/workflowSettingManage.js index 53c9804a2..60da785f1 100644 --- a/public/pages/property/workflowSettingManage/workflowSettingManage.js +++ b/public/pages/property/workflowSettingManage/workflowSettingManage.js @@ -7,7 +7,7 @@ flowName: '', flowType: '', describle: '', - startNodeFinish: '', + startNodeFinish: 'Y', steps: [] } }, @@ -20,11 +20,11 @@ methods: { saveWorkflowSettingInfo: function() { - vc.component.workflowSettingInfo.communityId = vc.getCurrentCommunity().communityId; + $that.workflowSettingInfo.communityId = vc.getCurrentCommunity().communityId; vc.http.apiPost( 'workflow.updateWorkflow', - JSON.stringify(vc.component.workflowSettingInfo), { + JSON.stringify($that.workflowSettingInfo), { emulateJSON: true }, function(json, res) {