From 23c5e0e685d7824b34db2e5d2776a13c325a71bd Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期五, 01 八月 2025 15:53:20 +0800 Subject: [PATCH] 1 --- src/views/doctor/checkAll/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue index e4fb8fd..5525ecb 100644 --- a/src/views/doctor/checkAll/index.vue +++ b/src/views/doctor/checkAll/index.vue @@ -779,7 +779,7 @@ <el-button type="primary" @click="determine" - :disabled="isdisabled" + :disabled="isdisabled || isLoading" >鎻愪氦骞剁敓鎴愭姤鍛�</el-button > </div> @@ -2608,9 +2608,9 @@ } }); }); - if (!this.yichangList) { + /* if (!this.yichangList) { this.$message.warning("鏆傛棤寮傚父鎶ュ憡"); - } + } */ resolve(); // 鎴愬姛瀹屾垚 }) .catch((error) => { -- Gitblit v1.8.0