maven
5 天以前 fdf1aa64b0a502d7137a81dc8a32b8f697894dd5
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 = [];