gaoluyang
2025-03-05 66df6f71812e3a86c470bb71a818f6e6c41e3054
src/views/business/materialOrder/index.vue
@@ -1077,8 +1077,8 @@
      this.outLoading = true
      rawAllExport({ entity: entity }).then(res => {
        this.outLoading = false
        let url = this.javaApi + '/word/' + res.data
        this.$download.saveAs(url, '原材料检测信息导出.xlsx');
        const blob = new Blob([res], { type: 'application/octet-stream' });
        this.$download.saveAs(blob, '原材料检测信息导出.xlsx');
      })
    },
    // 提交修改委托编号信息