From 92b53ccbfafdec9b5f27a0ec0a09ff051bdc6d21 Mon Sep 17 00:00:00 2001
From: hyingbo <1363390067@qq.com>
Date: 星期二, 22 七月 2025 17:08:12 +0800
Subject: [PATCH] 设备调拨设置固定宽度,解决页面出现无表头空白列的情况

---
 src/views/dnc/base/modules/TerminalIndex/ReportEquipmentClose/SplitShutdownInfoModal.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/dnc/base/modules/TerminalIndex/ReportEquipmentClose/SplitShutdownInfoModal.vue b/src/views/dnc/base/modules/TerminalIndex/ReportEquipmentClose/SplitShutdownInfoModal.vue
index c6eab92..52c6b4b 100644
--- a/src/views/dnc/base/modules/TerminalIndex/ReportEquipmentClose/SplitShutdownInfoModal.vue
+++ b/src/views/dnc/base/modules/TerminalIndex/ReportEquipmentClose/SplitShutdownInfoModal.vue
@@ -173,9 +173,9 @@
       // 琛ㄥ崟鎻愪氦浜嬩欢
       handleSubmit() {
         const that = this
-        that.confirmLoading = true
         this.$refs.form.validate(valid => {
           if (valid) {
+            that.confirmLoading = true
             postAction(that.url.submit, that.model)
               .then(res => {
                 if (res.success) {

--
Gitblit v1.9.3