gaoluyang
2025-03-06 e6f29116c0bb60b71b806de17b0ec114f87e0970
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(() => { });