From 9b494c1ccf774f397a40f655f569dc325da358b5 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Wed, 1 Mar 2023 09:25:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E7=AD=94=E5=BA=93=20=E6=8F=90?= =?UTF-8?q?=E9=97=AE=E6=98=BE=E7=A4=BA=E6=A0=87=E5=87=86=E5=8F=B7=E5=92=8C?= =?UTF-8?q?=E6=A0=87=E5=87=86=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/personal/pages/my-questions/index.vue | 9 +++++++++ src/pages/regulatoryRepository/standQA/index.vue | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/src/pages/personal/pages/my-questions/index.vue b/src/pages/personal/pages/my-questions/index.vue index da931bca0..007bba784 100644 --- a/src/pages/personal/pages/my-questions/index.vue +++ b/src/pages/personal/pages/my-questions/index.vue @@ -823,6 +823,12 @@ 选择标准 + + {{ questionForm.standSortShow }} {{questionForm.standNumber }}-{{ questionForm.standYear }} + + + {{questionForm.standardName}} + @@ -1485,6 +1491,9 @@ export default { this.handleSelectTableList[0].standSortShow + this.handleSelectTableList[0].standNumber } this.questionForm.standardName = this.handleSelectTableList[0].standName + this.questionForm.standSortShow = this.handleSelectTableList[0].standSortShow + this.questionForm.standYear = this.handleSelectTableList[0].standYear + this.questionForm.standNumber = this.handleSelectTableList[0].standNumber this.questionForm.standardId = this.handleSelectTableList[0].id this.standModel = false }else{ diff --git a/src/pages/regulatoryRepository/standQA/index.vue b/src/pages/regulatoryRepository/standQA/index.vue index 0e2af757f..ccf4c45b0 100644 --- a/src/pages/regulatoryRepository/standQA/index.vue +++ b/src/pages/regulatoryRepository/standQA/index.vue @@ -102,6 +102,12 @@ 选择标准 + + {{ questionForm.standSortShow }} {{questionForm.standNumber }}-{{ questionForm.standYear }} + + + {{questionForm.standardName}} + @@ -795,6 +801,9 @@ export default { this.handleSelectTableList[0].standSortShow + this.handleSelectTableList[0].standNumber } this.questionForm.standardName = this.handleSelectTableList[0].standName + this.questionForm.standSortShow = this.handleSelectTableList[0].standSortShow + this.questionForm.standYear = this.handleSelectTableList[0].standYear + this.questionForm.standNumber = this.handleSelectTableList[0].standNumber this.questionForm.standardId = this.handleSelectTableList[0].id this.standModel = false }else{