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() {