From dbb84fba23bd29ca1fafdc86f8e52265b586b669 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 11 十一月 2025 13:23:22 +0800
Subject: [PATCH] 逻辑回退

---
 src/views/productionManagement/operationScheduling/index.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/productionManagement/operationScheduling/index.vue b/src/views/productionManagement/operationScheduling/index.vue
index 082b782..28d8cbd 100644
--- a/src/views/productionManagement/operationScheduling/index.vue
+++ b/src/views/productionManagement/operationScheduling/index.vue
@@ -242,7 +242,9 @@
 				.then((res) => {
 					proxy.$modal.msgSuccess("鍙栨秷鎺掍骇鎴愬姛");
 					getList();
-				})
+				}).catch(() => {
+					getList();
+			})
 		})
 		.catch(() => {
 			proxy.$modal.msg("宸插彇娑�");

--
Gitblit v1.9.3