spring
2025-03-05 edd5a30abe84ac56716f43f40c1ede47e26ac14a
src/views/CNAS/process/sampleDisposal/sampleDisposal.vue
@@ -519,7 +519,8 @@
          delProcessDeal({ id: row.id }).then((res) => {
            if (res.code == 201) return;
            this.$message.success("删除成功");
            this.refresh();
            this.page.current = 0;
            this.getList();
          });
        })
        .catch(() => { });