From bce8e2ae5cf596efec9ffbcba126d6e9720bce68 Mon Sep 17 00:00:00 2001 From: zyn Date: Wed, 12 Apr 2023 11:58:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E7=AD=94=E6=8F=90=E4=BA=A4=E5=90=8E?= =?UTF-8?q?=E5=9B=9E=E6=98=BE?= 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/personal/pages/my-questions/index3.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 8596c8bb1..d29d3070a 100644 --- a/src/pages/personal/pages/my-questions/index.vue +++ b/src/pages/personal/pages/my-questions/index.vue @@ -1928,6 +1928,14 @@ export default { // }) // this.questionForm.fileInfo = list }, + submitGetData(){ + this.activeName = 'myQue' + this.handleClick() + this.activeType = this.standType + this.sourceClick(); + this.activestand = this.handleSelectTableList[0].id + this.standClick(); + }, //提交问题 queSubmit(){ if(this.standType === 'OTHER'){ @@ -1980,6 +1988,7 @@ export default { { _this: this }, res => { + this.submitGetData(); }, e => { }) }, e => { diff --git a/src/pages/personal/pages/my-questions/index3.vue b/src/pages/personal/pages/my-questions/index3.vue index 017d9ddb9..f747c56f0 100644 --- a/src/pages/personal/pages/my-questions/index3.vue +++ b/src/pages/personal/pages/my-questions/index3.vue @@ -1963,6 +1963,14 @@ export default { // }) // this.questionForm.fileInfo = list }, + submitGetData(){ + this.activeName = 'myQue' + this.handleClick() + this.activeType = this.standType + this.sourceClick(); + this.activestand = this.handleSelectTableList[0].id + this.standClick(); + }, //提交问题 queSubmit(){ if(this.standType === 'OTHER'){ @@ -2015,6 +2023,7 @@ export default { { _this: this }, res => { + this.submitGetData(); }, e => { }) }, e => {