lxp
2025-03-14 9c91c96c4c1dca21670abfa7a0c879a734a888de
src/views/CNAS/systemManagement/documentControl/components/FileChangeRequest.vue
@@ -567,9 +567,7 @@
    },
    // 下载附件
    handleDown(row) {
      if (!row.alterAfterUrl) return this.$message.warning('文件未上传')
      let url = this.javaApi + '/word/' + row.alterAfterUrl
      this.$download.saveAs(url, row.alterAfterUrl)
      this.$download.saveAs(row.alterAfterUrl, row.alterAfterUrl)
    },
    // 打开审核弹框
    handleCheck(row) {