From bc543fe8384f5069f73c73f6734dccacb589ea11 Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Mon, 20 Jun 2022 15:47:57 +0800 Subject: [PATCH] =?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 => { })