From 0dffa9d83bb7e8a9b929711231170c52bf4e3ddc Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Mon, 20 Jun 2022 15:38:26 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2055858=20=E6=88=91?= =?UTF-8?q?=E7=9A=84=E6=8F=90=E9=97=AE=E7=95=8C=E9=9D=A2=EF=BC=8C=E9=80=89?= =?UTF-8?q?=E4=B8=AD=E4=BA=86=E5=9B=BD=E5=86=85-=E6=A0=87=E5=87=86?= =?UTF-8?q?=E5=8F=B7-=E9=97=AE=E9=A2=98=EF=BC=8C=E5=8E=BB=E6=8F=90?= =?UTF-8?q?=E9=97=AE=20=E6=8F=90=E9=97=AE=E5=90=8E=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=88=B7=E6=96=B0=EF=BC=8C=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?tips=E6=98=BE=E7=A4=BA=E6=8F=90=E9=97=AE=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/personal/pages/my-questions/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/personal/pages/my-questions/index.vue b/src/pages/personal/pages/my-questions/index.vue index ea5d71499..506c7243f 100644 --- a/src/pages/personal/pages/my-questions/index.vue +++ b/src/pages/personal/pages/my-questions/index.vue @@ -1842,6 +1842,7 @@ export default { this.activeName = "myQue" this.activeType = this.standType this.searchBtn() + this.queSearch() }, e => { }) From bc543fe8384f5069f73c73f6734dccacb589ea11 Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Mon, 20 Jun 2022 15:47:57 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2055862=20=E6=8F=90?= =?UTF-8?q?=E9=97=AE=E7=95=8C=E9=9D=A2=EF=BC=8C=E6=8F=90=E9=97=AE=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=EF=BC=8C=E6=9F=A5=E8=AF=A2=E6=B2=A1=E6=9C=89=E9=87=8D?= =?UTF-8?q?=E7=BD=AE=E5=88=B7=E6=96=B0=EF=BC=8C=E5=BA=94=E8=AF=A5=E6=8F=90?= =?UTF-8?q?=E9=97=AE=E5=AE=8C=E9=97=AE=E9=A2=98=E5=86=8D=E6=AC=A1=E8=BF=9B?= =?UTF-8?q?=E6=9D=A5=E6=98=AF=E6=89=80=E6=9C=89=E7=9A=84=E6=A0=87=E5=87=86?= =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/personal/pages/my-questions/index.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/pages/personal/pages/my-questions/index.vue b/src/pages/personal/pages/my-questions/index.vue index 6d4807f38..398857f78 100644 --- a/src/pages/personal/pages/my-questions/index.vue +++ b/src/pages/personal/pages/my-questions/index.vue @@ -1843,6 +1843,16 @@ export default { this.activeType = this.standType this.searchBtn() this.queSearch() + this.handleSelectForm.lawNumber = '' + this.handleSelectForm.textStatus = '' + this.handleSelectForm.isRelateAccess = '' + this.handleSelectForm.standNumber = '' + this.handleSelectForm.lawsNumber = '' + this.handleSelectForm.standCode = '' + //清空标准名称/政策名称的查询 + this.handleSelectForm.lawName = '' + this.handleSelectForm.standName = '' + this.handleSelectForm.numberName = '' }, e => { })