spring
2025-03-11 bdd5fd12d584a71b03d0f7a7a10f3364b8e5f0e1
src/views/CNAS/process/reportResults/index.vue
@@ -223,8 +223,7 @@
      exportProcessReport({ ids: this.mutilSelect.map(m => m.id) }).then(res => {
        this.outLoading = false
        if (res.code === 201) return
        const url = this.javaApi + '/word/' + res.data;
        this.$download.saveAs(url, "报告结果");
        this.$download.saveAs(res.data, "报告结果")
      })
    },
    openAdd() {