gaoluyang
2025-03-12 1b0a3d7e887e31ae37dcfa9ba8e0ae77a9bfa5a6
src/views/CNAS/process/method/standardNoveltyRetrieval/index.vue
@@ -536,6 +536,7 @@
      this.outLoading = true
      exportMethodSearchNew(entity).then(res => {
        this.outLoading = false
        this.ratifyDialog = true;
        const blob = new Blob([res], { type: 'application/octet-stream' });
        this.$download.saveAs(blob, '标准查新导出.xlsx')
      })