zhuo
2025-03-07 8314c2943734770c6a38e67147e6367f683df8d1
src/views/CNAS/systemManagement/documentRecords/cancellationRecord.vue
@@ -243,10 +243,7 @@
      this.outLoading = true
      exportOutManageRecordCancel(this.queryParams).then(res => {
        this.outLoading = false
        if (res.code == 201) return this.$message.error('导出失败')
        this.$message.success('导出成功')
        let url = this.javaApi + '/word/' + res.data
        this.$download.saveAs(url, "作废文件销毁记录");
        this.$download.downloadFileFromUrl(res.data, "作废文件销毁记录");
      })
    },
    getList() {
@@ -297,7 +294,7 @@
      this.upLoading = false;
      if (response.code == 200) {
        this.$message.success('上传成功');
        this.refreshTable()()
        this.refreshTable()
      } else {
        this.$message.error('上传失败');
      }