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/sampleDisposal/index.vue | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/src/views/CNAS/process/sampleDisposal/index.vue b/src/views/CNAS/process/sampleDisposal/index.vue index 0c610c7..94b45b9 100644 --- a/src/views/CNAS/process/sampleDisposal/index.vue +++ b/src/views/CNAS/process/sampleDisposal/index.vue @@ -343,7 +343,6 @@ ...this.addInfo }).then(res => { this.addLoading = false - if (res.code === 201) return this.addDialogVisible = false this.$message({ type: 'success', @@ -360,7 +359,6 @@ ...this.addInfo }).then(res => { this.addLoading = false - if (res.code === 201) return this.addDialogVisible = false this.$message({ type: 'success', @@ -381,7 +379,6 @@ submitProcessTotaldeal({ id: row.id }).then(res => { - if (res.code === 201) return this.$message({ type: 'success', message: '鎻愪氦鎴愬姛!' @@ -437,7 +434,6 @@ }).then(res => { this.checkLoading = false this.noCheckLoading = false - if (res.code === 201) return this.$message({ type: 'success', message: '鎿嶄綔鎴愬姛!' @@ -452,7 +448,6 @@ }).then(res => { this.checkLoading = false this.noCheckLoading = false - if (res.code === 201) return this.$message({ type: 'success', message: '鎿嶄綔鎴愬姛!' @@ -479,7 +474,6 @@ }) .then(() => { delProcessDeal({ id: row.id }).then((res) => { - if (res.code == 201) return; this.$message.success("鍒犻櫎鎴愬姛"); this.page.current = 0; this.getList(); -- Gitblit v1.9.3