gaoluyang
2025-03-06 4b9dfff19ff70db47f99cb93070d0650267c6896
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("删除成功");