From 47ff38d84431db8b673cf00d47aadf7cfad5f8ca Mon Sep 17 00:00:00 2001 From: zyn Date: Mon, 10 Apr 2023 19:35:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardDetails/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index e31d8de91..da0118db4 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -2270,8 +2270,8 @@ export default { this.uploadFilesplitEo.standNumSplit = this.sarStandardsInfoEO.lawsNumber this.uploadFilesplitEo.standNameSplit = this.sarStandardsInfoEO.lawsName this.uploadFilesplitEo.standId = this.sarStandardsInfoEO.id - // this.uploadFilesplitEo.fileType = this.$route.params.pageType - this.uploadFilesplitEo.fileType = this.sarStandardsInfoEO.textStatus + this.uploadFilesplitEo.fileType = this.$route.params.pageType + // this.uploadFilesplitEo.fileType = this.sarStandardsInfoEO.textStatus var filename = file.name var index1 = filename.lastIndexOf('.')