From fe515ee5f7485e79ba2fe617f26fe24e0836e143 Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Tue, 30 Nov 2021 15:47:54 +0800 Subject: [PATCH] commit --- .../domesticStandardsAndRegulations/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, {