From bb9312f2f7b09b6a7b70798ffd48cdcce74079fb Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期一, 01 四月 2024 15:21:16 +0800
Subject: [PATCH] qxtj

---
 src/views/doctor/check/index.vue |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue
index add7c44..b2a43e5 100644
--- a/src/views/doctor/check/index.vue
+++ b/src/views/doctor/check/index.vue
@@ -1549,10 +1549,13 @@
           });
         })
         .catch((action) => {
-          this.$message({
+          if(action === "cancel"){
+            this.$message({
             type: "warning",
-            message: action === "cancel" ? "鏀惧純淇濆瓨骞剁寮�" : "鍋滅暀鍦ㄥ綋鍓嶉〉闈�",
+            message: "鏀惧純淇濆瓨骞剁寮�",
           });
+          }
+          
           this.proName = this.Parentcheck.proName;
           this.nums = tab.name;
           this.proId = tab.name;
@@ -1732,10 +1735,12 @@
           });
         })
         .catch((action) => {
-          this.$message({
+          if(action === "cancel"){
+            this.$message({
             type: "warning",
-            message: action === "cancel" ? "鏀惧純淇濆瓨骞剁寮�" : "鍋滅暀鍦ㄥ綋鍓嶉〉闈�",
+            message: "鏀惧純淇濆瓨骞剁寮�",
           });
+          }
           this.proName = item.proName;
           this.nums = proParentId;
           this.proId = proParentId;

--
Gitblit v1.8.0