From 28972c351ea79b4721750f6970e88263b64c64aa Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 13 三月 2025 16:03: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