spring
2025-03-07 d66ab921c996c38da3aa373ffdc7c974c157df33
src/views/CNAS/resourceDemand/device/component/calibration.vue
@@ -420,11 +420,9 @@
      if (state) {
        let url = this.javaApi + '/img/' + row.systemFileName;
        this.$download.saveAs(url, row.systemFileName)
        this.$message.success('下载成功')
      } else {
        const url = this.javaApi + '/word/' + row.systemFileName
        this.$download.saveAs(url, row.systemFileName)
        this.$message.success('下载成功')
      }
    },
    //导出
@@ -437,7 +435,6 @@
        this.outLoading = false
        const blob = new Blob([res], { type: 'application/octet-stream' });
        this.$download.saveAs(blob, '设备校准.xlsx')
        this.$message.success('导出成功')
      })
    },
    deleteFile() {