From 0dffa9d83bb7e8a9b929711231170c52bf4e3ddc Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Mon, 20 Jun 2022 15:38:26 +0800 Subject: [PATCH 1/5] =?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/5] =?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 => { }) From 23a82de23b483497fd4bcbe9f88a61a3a0474cfb Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Mon, 20 Jun 2022 16:06:13 +0800 Subject: [PATCH 3/5] feat: There is no way the, bug #55649 --- src/pages/personal/pages/my-questions/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/personal/pages/my-questions/index.vue b/src/pages/personal/pages/my-questions/index.vue index f78f4caae..b8022a768 100644 --- a/src/pages/personal/pages/my-questions/index.vue +++ b/src/pages/personal/pages/my-questions/index.vue @@ -872,7 +872,6 @@ @@ -1454,6 +1453,7 @@ export default { }, //选择标准的查询按钮 searchLawBtn(){ + this.lawNumberSearch() this.lawInfoTableLoading = true if (this.handleSelectForm.dataSource === 'INLAND'){ this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPageByWk1',this.handleSelectForm,{ From 08d85bd6444c03d64b1db6a7b70ab42143872984 Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Mon, 20 Jun 2022 16:17:26 +0800 Subject: [PATCH 4/5] feat: There is no way the, bug #55710 --- .../pages/my-questions/components/questionItemInfo.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/personal/pages/my-questions/components/questionItemInfo.vue b/src/pages/personal/pages/my-questions/components/questionItemInfo.vue index bc31a6c57..7d622fa11 100644 --- a/src/pages/personal/pages/my-questions/components/questionItemInfo.vue +++ b/src/pages/personal/pages/my-questions/components/questionItemInfo.vue @@ -24,7 +24,7 @@
- 归档 + 归档
@@ -40,6 +40,8 @@ export default { data(){ return{ checked: '', + answererNowUserId: this.$store.getters.userInfo.userId, + answererNowUserName: this.$store.getters.userInfo.userName, } }, methods:{ From 5324e2e8847a1f3a4272e5e804aba3bf1923d35a Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Mon, 20 Jun 2022 17:01:29 +0800 Subject: [PATCH 5/5] feat: There is no way the, bug #55852 --- src/main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.js b/src/main.js index bbfabb5ec..52edb3920 100644 --- a/src/main.js +++ b/src/main.js @@ -168,6 +168,8 @@ router.beforeEach(function (to, from, next) { if ((token === null || token === '' ) && toName !== 'Login') { if(toName !== 'phoneIndex'){ if(toName === 'phoneHome'){ + // 手机端 首页 首次进入系统 清除 缓存, 防止 跳转 oa 的页面, 问题追溯 #55852 + window.sessionStorage.clear() next('/loginVerifyPhone') }else { if(fromName === 'phoneHome'){