From da3abfa96987c20a8c8af6427e030074d62966f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?DESKTOP-QUCJHN7=5C=E7=89=9B=E7=9A=AE=E7=B3=96?= Date: Mon, 10 Apr 2023 19:27:37 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=82=B3=E5=8F=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/personal/pages/my-questions/index.vue | 2 +- src/pages/personal/pages/my-questions/index3.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/personal/pages/my-questions/index.vue b/src/pages/personal/pages/my-questions/index.vue index 007bba784..d5c9cdd82 100644 --- a/src/pages/personal/pages/my-questions/index.vue +++ b/src/pages/personal/pages/my-questions/index.vue @@ -1666,7 +1666,7 @@ export default { this.tagsLoading = true this.$http.get('lawss/AskQuestions/getSubscriptionByStandId',{ standardId: this.activestand, - answerer: this.$store.getters.userInfo.userId, + answererId: this.$store.getters.userInfo.userId, },{ _this: this }, res => { diff --git a/src/pages/personal/pages/my-questions/index3.vue b/src/pages/personal/pages/my-questions/index3.vue index 432644d86..654186a87 100644 --- a/src/pages/personal/pages/my-questions/index3.vue +++ b/src/pages/personal/pages/my-questions/index3.vue @@ -1710,7 +1710,7 @@ export default { this.tagsLoading = true this.$http.get('lawss/AskQuestions/getSubscriptionByStandId',{ standardId: this.activestand, - answerer: this.$store.getters.userInfo.userId, + answererId: this.$store.getters.userInfo.userId, },{ _this: this }, res => { From 47ff38d84431db8b673cf00d47aadf7cfad5f8ca Mon Sep 17 00:00:00 2001 From: zyn Date: Mon, 10 Apr 2023 19:35:23 +0800 Subject: [PATCH 2/2] =?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('.')