From 105fa886970a9dce96cc466ecf6128de127a410b Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期六, 02 八月 2025 19:55:58 +0800
Subject: [PATCH] 错误提示
---
src/views/flow/todolist.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/flow/todolist.vue b/src/views/flow/todolist.vue
index a7b53c6..8ec6aa4 100644
--- a/src/views/flow/todolist.vue
+++ b/src/views/flow/todolist.vue
@@ -366,7 +366,7 @@
// programIds: this.row.taskDefinitionKey === 'programmingTask' ? this.applist.map(v => v.id).join(',') : '',
}).then(res => {
if(res.code !== 200) {
- this.$message.error(res.msg);
+ this.$message.error(res.data.msg);
done();
return;
}
--
Gitblit v1.9.3