gaoluyang
2025-03-06 b3e77e218df41d05bb5d5039e6e4c7cd0fb4c5c5
src/views/structural/capabilityAndLaboratory/laboratory/index.vue
@@ -320,7 +320,7 @@
      this.selection.forEach((item) => {
        delIds.push(item.id);
      });
      delCertificationDetail(delIds).then((res) => {
      delCertificationDetail({ ids: delIds.join(',') }).then((res) => {
        if (res.code !== 200) return;
        this.refreshTable();
        this.$message.success("删除成功");