From 8d051a28e8eaf86946a25f63efd20332a8450e5f Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期日, 10 八月 2025 00:12:12 +0800
Subject: [PATCH] 自动及手动
---
src/views/flowmgr/backImport.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/flowmgr/backImport.vue b/src/views/flowmgr/backImport.vue
index 469f5ba..19d4d6e 100644
--- a/src/views/flowmgr/backImport.vue
+++ b/src/views/flowmgr/backImport.vue
@@ -152,7 +152,8 @@
this.loading = false;
this.data = []
} else {
- this.$message.success(res.data.msg || "鎿嶄綔澶辫触");
+ this.$message.error(res.data.msg || "鎿嶄綔澶辫触");
+ this.loading = false;
}
}
--
Gitblit v1.9.3