diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index d5870ed0a..344e5e8cb 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -2702,7 +2702,8 @@ export default { } else if (this.OCRType === '1') { let splitEo = {} splitEo.standId = this.OCRDatas[0].standId - splitEo.fileType = this.setWBType(this.OCRDatas[0].standFileClassify) + splitEo.fileType = this.OCRDatas[0].standFileClassify + // splitEo.fileType = this.setWBType(this.OCRDatas[0].standFileClassify) splitEo.attId = this.OCRDatas[0].attId splitEo.fileName = this.OCRDatas[0].fileName this.$http.postData('lawss/sarFileSplitInfo/fileSplit', splitEo, {