gaoluyang
2025-03-07 d2a06b827fdcf4b274c503c25b3c21fd727ccbbc
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() {
@@ -298,7 +296,7 @@
          })
        })
        this.personList = data
        this.refreshTable()()
        this.refreshTable()
      })
    },
    // 审核
@@ -410,7 +408,7 @@
      this.upLoading = false;
      if (response.code == 200) {
        this.$message.success('上传成功');
        this.refreshTable()()
        this.refreshTable()
      } else {
        this.$message.error('上传失败');
      }