gaoluyang
2025-03-06 4b9dfff19ff70db47f99cb93070d0650267c6896
src/views/CNAS/process/sampleDisposal/index.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(() => { });