gaoluyang
2025-03-04 cf0a0f0dc379e29c23e2c1aa139135c20e12705a
src/views/CNAS/systemManagement/correctiveAction/index.vue
@@ -141,7 +141,6 @@
    handleDown(row) {
      exportSuperviseDetaillCorrect({ superviseDetailsCorrectId: row.superviseDetailsCorrectId }).then(res => {
        this.outLoading = false
        this.$message.success('导出成功')
        const blob = new Blob([res], { type: 'application/msword' });
        this.$download.saveAs(blob, '监督纠正措施' + '.docx');
      })