From 82f2f3b2c6a5021f8e5e0a90548488a639dabfb2 Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Mon, 7 Jul 2025 10:29:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HumanIntelligence/JobAppraisal/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/backOfficeSystem/HumanIntelligence/JobAppraisal/index.vue b/src/views/backOfficeSystem/HumanIntelligence/JobAppraisal/index.vue index 7b6b057..149309f 100644 --- a/src/views/backOfficeSystem/HumanIntelligence/JobAppraisal/index.vue +++ b/src/views/backOfficeSystem/HumanIntelligence/JobAppraisal/index.vue @@ -138,12 +138,12 @@ const getList = () => { // 删除 const deleteRow = (id) => { - proxy.$confirm("确定要删除", "警告", { type: "warning" }).then(() => { - qcckPost({id}, "/mosty-gsxt/tbJlqk/delete").then(() => { - proxy.$message({ type: "success", message: "删除成功" }); - getList(); - }); - }) + proxy.$confirm("确定要删除", "警告", { type: "warning" }).then(() => { + qcckPost({id}, "/mosty-gsxt/tbJlqk/delete").then(() => { + proxy.$message({ type: "success", message: "删除成功" }); + getList(); + }); + }) }; // 详情