From 33819d86a204a93068161bb51f5d6698ae367889 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 12 二月 2025 17:39:19 +0800
Subject: [PATCH] 项目状态跟随项目阶段取值
---
src/views/flowable/task/myProcess/send/index.vue | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/src/views/flowable/task/myProcess/send/index.vue b/src/views/flowable/task/myProcess/send/index.vue
index d4979d3..702f003 100644
--- a/src/views/flowable/task/myProcess/send/index.vue
+++ b/src/views/flowable/task/myProcess/send/index.vue
@@ -592,15 +592,21 @@
this.$modal.msgSuccess(res.msg);
this.submitLoading = false
this.goBack();
- })
- })
+ }).catch((err) => {
+ this.submitLoading = false;
+ });
+ }).catch((err) => {
+ this.submitLoading = false;
+ });
} else {
// 娌″叧鑱旇〃鍗曠洿鎺ヤ紶绌�
completeSubmitFormTask(this.taskId, {}).then(res => {
this.$modal.msgSuccess(res.msg);
this.submitLoading = false
this.goBack();
- })
+ }).catch((err) => {
+ this.submitLoading = false;
+ });
}
// let that = this
--
Gitblit v1.8.0