From 1073d84e9e9af6b9ac5c0136dfd2b828c676ef8a Mon Sep 17 00:00:00 2001 From: su1124 <1583764726@qq.com> Date: 星期四, 25 四月 2024 11:29:08 +0800 Subject: [PATCH] su --- 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