From 083bc7004fa08f6eebd3003d421db5045ca78d5f Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期五, 07 三月 2025 15:54:36 +0800 Subject: [PATCH] 删除无用代码 --- src/views/CNAS/process/reportResults/index.vue | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/src/views/CNAS/process/reportResults/index.vue b/src/views/CNAS/process/reportResults/index.vue index a34f9fa..fcc583a 100644 --- a/src/views/CNAS/process/reportResults/index.vue +++ b/src/views/CNAS/process/reportResults/index.vue @@ -261,9 +261,6 @@ if (this.title == '鏂板') { addProcessReport(addInfo).then(res => { this.addLoading = false - if (res.code == 201) { - return - } this.addDialogVisible = false this.$message({ type: 'success', @@ -274,9 +271,6 @@ } else { doProcessReport(addInfo).then(res => { this.addLoading = false - if (res.code == 201) { - return - } this.addDialogVisible = false this.$message({ type: 'success', @@ -304,7 +298,6 @@ }) .then(() => { delProcessReport({ id: row.id }).then((res) => { - if (res.code == 201) return; this.$message.success("鍒犻櫎鎴愬姛"); this.refresh(); }); -- Gitblit v1.9.3