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("删除成功");