From 196f8a1e553363ec01c69f4aebcc1535109c3b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Wed, 19 Mar 2025 15:07:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E5=8A=9F=E8=83=BD=E5=85=81?= =?UTF-8?q?=E8=AE=B8=E5=8F=91=E5=8C=85=E6=97=B6=E6=89=93=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/applyList/technician.vue | 49 ++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/src/views/applyList/technician.vue b/src/views/applyList/technician.vue index a63fad2..cd4e1e5 100644 --- a/src/views/applyList/technician.vue +++ b/src/views/applyList/technician.vue @@ -293,6 +293,24 @@ + + + { + if (data.code == 0) { + this.$message({ + message: "操作成功", + type: "success", + duration: 1500, + onClose: () => { + this.InformationSelect(); + }, + }); + } else { + this.$message({ + message: data.msg, + type: "warning", + duration: 1500, + onClose: () => { + this.InformationSelect(); + }, + }); + } + }); + }, // 是否优选 changeY(val, artificerId) { this.$http({