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