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(); + }); + }) }; // 详情