zhuo
2025-03-07 8314c2943734770c6a38e67147e6367f683df8d1
src/views/CNAS/systemManagement/documentRecords/approvalRecord.vue
@@ -283,9 +283,7 @@
      // queryParams
      exportOutManageRecordCheck(this.queryParams).then(res => {
        this.outLoading = false
        if (res.code == 201) return this.$message.error('导出失败')
        let url = this.javaApi + '/word/' + res.data
        this.$download.saveAs(url, '文件审批记录')
        this.$download.downloadFileFromUrl(res.data, '文件审批记录')
      })
    },
    getAuthorizedPerson() {