From 32ee62edd4dfbecc7cdf15898957104831b2a299 Mon Sep 17 00:00:00 2001 From: zhangrui Date: Tue, 31 Mar 2026 11:42:54 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D=EF=BC=9A=E4=BD=93?= =?UTF-8?q?=E6=A3=80=E7=AE=A1=E7=90=86->=E4=BD=93=E6=A3=80=E5=90=8D?= =?UTF-8?q?=E5=8D=95=EF=BC=9A=E5=88=A0=E9=99=A4=E6=B7=BB=E5=8A=A0=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E8=AF=AD=E6=98=AF=E5=90=A6=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../healthCheckup/listMange/index.html | 25 ++++++++++++------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/src/main/resources/views/platform/zhgh/dayofficework/healthCheckup/listMange/index.html b/src/main/resources/views/platform/zhgh/dayofficework/healthCheckup/listMange/index.html index 801ad0a5..d2492aa6 100644 --- a/src/main/resources/views/platform/zhgh/dayofficework/healthCheckup/listMange/index.html +++ b/src/main/resources/views/platform/zhgh/dayofficework/healthCheckup/listMange/index.html @@ -79,7 +79,7 @@ layout("/layouts/platform.html"){ --> + width="80px"> { + const resp = await this.$axios.post(loc() + '/doDelete', {id}); + if (resp.code === 0) { + this.notifySuccess(resp.msg); + this.doSearch(); + } else { + this.notifyError(resp.msg); + } + }) + }, }, async created() {