From d20289401001352bb20ca0bd614f4ef3e2c749d0 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期二, 06 八月 2024 17:43:33 +0800
Subject: [PATCH] Merge branch 'master' of http://bore.pub:10439/r/ERP_override

---
 north-glass-erp/northglass-erp/src/views/mm/mainIngredientStock/CreateOutBound.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/mm/mainIngredientStock/CreateOutBound.vue b/north-glass-erp/northglass-erp/src/views/mm/mainIngredientStock/CreateOutBound.vue
index c71df41..ad5b0c8 100644
--- a/north-glass-erp/northglass-erp/src/views/mm/mainIngredientStock/CreateOutBound.vue
+++ b/north-glass-erp/northglass-erp/src/views/mm/mainIngredientStock/CreateOutBound.vue
@@ -340,7 +340,6 @@
               router.push({path: '/main/ingredientsStock/MaterialOutbound', query:{random:Math.random()}})
             } else {
               ElMessage.warning(t('basicData.msg.reviewFail'))
-              router.push("/login")
             }
           }).catch((err)=>{
             ElMessage.error(t('basicData.msg.ServerConnectionError'))
@@ -360,7 +359,6 @@
               router.push({path: '/main/ingredientsStock/MaterialOutbound', query:{random:Math.random()}})
             } else {
               ElMessage.warning(t('basicData.msg.cancelReviewFail'))
-              router.push("/login")
             }
           }).catch((err)=>{
             ElMessage.error(t('basicData.msg.ServerConnectionError'))

--
Gitblit v1.8.0