zhangwencui
2026-03-31 7cb0cf9a36e263d29be61a44b8caae2a896f3461
src/views/qualityManagement/metricMaintenance/index.vue
@@ -317,14 +317,13 @@
    confirmButtonText: "确认",
    cancelButtonText: "取消",
    type: "warning",
  })
      .then(() => {
        proxy.download("/quality/qualityTestStandard/export", {}, "检测指标.xlsx");
      })
      .catch(() => {
        proxy.$modal.msg("已取消");
      });
  }).then(() => {
    proxy.download("/quality/qualityTestStandard/export", {}, "检测指标.xlsx");
  }).catch(() => {
    proxy.$modal.msg("已取消");
  });
};
// 删除指标
const handleDelete = () => {
  let ids = [];