From 33b53ec9f9804067fa30fe0b8d5e16a0ae2368e1 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期一, 20 一月 2025 17:24:28 +0800
Subject: [PATCH] 111

---
 src/views/system/Checkout/index.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/views/system/Checkout/index.vue b/src/views/system/Checkout/index.vue
index 1be7779..860a702 100644
--- a/src/views/system/Checkout/index.vue
+++ b/src/views/system/Checkout/index.vue
@@ -387,7 +387,7 @@
       <!-- 寮冩2锛屽欢鏈�3 -->
       <div slot="footer" class="dialog-footer">
         <!-- <el-button @click="cancel">寤舵湡</el-button> -->
-        <el-button @click="canaffirm">纭绛剧</el-button>
+        <el-button :loading = isLoading @click="canaffirm">纭绛剧</el-button>
       </div>
     </el-dialog>
   </div>
@@ -420,6 +420,7 @@
       leave: false,
       checked: false,
       radioId1: false,
+      isLoading:false,
       createTimeList: [],
       cusId: "",
       payType: "0",
@@ -973,11 +974,13 @@
         domainVos: this.DataList,
         tjNumber: this.tjNumber,
       };
+      this.isLoading = true
       gettjGoOut(data).then((res) => {
         if (res.code === 200) {
           this.$modal.msgSuccess("鎿嶄綔鎴愬姛");
           this.open = false;
           this.multiple = true;
+          this.isLoading = false
           this.getList();
         }
       });

--
Gitblit v1.8.0