From 024c6dd479f138d0e5118b12d1bd38d1ad3ef83c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=B8=85?= <3115919733@qq.com> Date: Fri, 30 May 2025 10:30:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=85=E6=9D=90=E5=87=BA=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/auxiliaryManage/auxiliaryOut/index.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/views/auxiliaryManage/auxiliaryOut/index.vue b/src/views/auxiliaryManage/auxiliaryOut/index.vue index 7018e18..31286f7 100644 --- a/src/views/auxiliaryManage/auxiliaryOut/index.vue +++ b/src/views/auxiliaryManage/auxiliaryOut/index.vue @@ -106,7 +106,7 @@
- 出库 + 出库
@@ -626,12 +626,12 @@ function confimStockOut() { confirmButtonText: 'OK', }) } else { - /*state.button_state = false; - state.loading = false;*/ ElMessageBox.alert('辅材出库失败,' + res.message, '', { confirmButtonText: 'OK', }) } + state.button_state = false; + state.loading = false; }).catch((error: any) => { ElMessageBox.alert('辅材出库失败,' + error, '提示框', { confirmButtonText: 'OK', @@ -639,8 +639,6 @@ function confimStockOut() { state.button_state = false; state.loading = false; }); - state.button_state = false; - state.loading = false; }