From f97130da02bd14236c01d5f1c9c1245b161f26d9 Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Mon, 20 Jun 2022 12:38:11 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2055838=20=E6=B8=85?= =?UTF-8?q?=E7=A9=BA=E6=8C=89=E9=92=AE=EF=BC=8C=E6=B8=85=E7=A9=BA=E5=AE=8C?= =?UTF-8?q?=E4=B9=8B=E5=90=8E=E9=A1=B5=E9=9D=A2=E6=B2=A1=E6=9C=89=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=88=B7=E6=96=B0=EF=BC=8C=E9=BB=98=E8=AE=A4=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=9B=BD=E5=86=85=E7=9A=84=E5=BA=94=E8=AF=A5=E6=AF=94?= =?UTF-8?q?=E8=BE=83=E7=BE=8E=E8=A7=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/regulatoryRepository/standQA/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/regulatoryRepository/standQA/index.vue b/src/pages/regulatoryRepository/standQA/index.vue index d1522c2c6..07223e41f 100644 --- a/src/pages/regulatoryRepository/standQA/index.vue +++ b/src/pages/regulatoryRepository/standQA/index.vue @@ -1068,6 +1068,7 @@ export default { questioner: this.$store.getters.userInfo.userId, //提问人 problemDescription: '', //关键词/问题描述 } + this.standSearch2() }, searchBtn(){ this.questionSerach.classification = this.activeType From d1da57b3ef22e0687dc4a12a49b6c8a7fbdf60f4 Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Mon, 20 Jun 2022 12:46:27 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2055828=20=E5=85=A5?= =?UTF-8?q?=E4=BC=9A=E6=B5=81=E7=A8=8B=E8=81=94=E7=B3=BB=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E7=94=B5=E8=AF=9D=E7=9A=84=E9=82=A3=E4=B8=AAtips=E6=94=B9?= =?UTF-8?q?=E6=88=90=E8=AF=B7=E5=A1=AB=E5=86=99=E7=94=B5=E8=AF=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue index 9e93759be..038f1a23d 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue @@ -220,7 +220,7 @@ align="center" label="电话"> Date: Mon, 20 Jun 2022 14:06:25 +0800 Subject: [PATCH 3/6] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2055857=20=E6=88=91?= =?UTF-8?q?=E7=9A=84=E5=9B=9E=E7=AD=94-=E5=9B=BD=E5=86=85=E6=A0=87?= =?UTF-8?q?=E5=87=86-=E6=8F=90=E4=BA=A4=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 22403b997..a65895680 100644 --- a/src/pages/personal/pages/my-questions/index.vue +++ b/src/pages/personal/pages/my-questions/index.vue @@ -830,7 +830,7 @@ 相似历史问题: -
+
{{item.problemDescription}} {{item.questionTime}} From 3c089ce5ed9da4f5d0dd0969b5dfbbd2663eb891 Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Mon, 20 Jun 2022 14:09:33 +0800 Subject: [PATCH 4/6] feat: There is no way the, bug #55753 --- src/pages/searchCenter/pages/standardSearch.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/searchCenter/pages/standardSearch.vue b/src/pages/searchCenter/pages/standardSearch.vue index 650e15607..bb66642d9 100644 --- a/src/pages/searchCenter/pages/standardSearch.vue +++ b/src/pages/searchCenter/pages/standardSearch.vue @@ -267,8 +267,8 @@
- 详情
+ 详情
发布日期: {{ item.issue_time !== null && item.issue_time !== '' ? dateFormat2(item.issue_time) : '--' }}
@@ -2809,6 +2809,7 @@ height: 29px; } .AllBox { + position: relative; margin-top: 20px; background-color: #fff; border-radius: 20px; @@ -2817,6 +2818,7 @@ margin-bottom: 20px; } .AllBoxTitle { + width: 98%; position: relative; overflow: hidden; text-overflow:ellipsis; From e5d0198a23144afdbe79c002d379765b81f2989d Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Mon, 20 Jun 2022 14:34:31 +0800 Subject: [PATCH 5/6] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2055856=20=E9=97=AE?= =?UTF-8?q?=E7=AD=94=20=E9=97=AE=E9=A2=98=E8=BF=87=E5=A4=9A=20=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=8D=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/personal/pages/my-questions/index.vue | 4 ++-- src/pages/regulatoryRepository/standQA/index.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/personal/pages/my-questions/index.vue b/src/pages/personal/pages/my-questions/index.vue index a65895680..ea5d71499 100644 --- a/src/pages/personal/pages/my-questions/index.vue +++ b/src/pages/personal/pages/my-questions/index.vue @@ -1860,13 +1860,13 @@ export default { overflow: auto !important; } #my-questions{ - height: 100%; + height: calc(100vh - 75px); display: flex; flex-direction: column; background: #F5F7FA; margin-bottom: 10px; .tab-box{ - height: 100%; + height: 93%; } .type-tabs { /deep/.el-tabs__header { diff --git a/src/pages/regulatoryRepository/standQA/index.vue b/src/pages/regulatoryRepository/standQA/index.vue index 07223e41f..b287990fe 100644 --- a/src/pages/regulatoryRepository/standQA/index.vue +++ b/src/pages/regulatoryRepository/standQA/index.vue @@ -1257,13 +1257,13 @@ export default { overflow: auto; } #my-questions{ - height: 100%; + height: calc(100vh - 75px); display: flex; flex-direction: column; background: #F5F7FA; margin-bottom: 10px; .tab-box{ - height: 100%; + height: 93%; } .type-tabs { /deep/.el-tabs__header { From e0581080eee34dded1e1e7c4e18c74ae16b4ab85 Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Mon, 20 Jun 2022 14:37:28 +0800 Subject: [PATCH 6/6] feat: There is no way the, bug #55840 --- src/pages/personal/pages/my-questions/index.vue | 6 +++--- src/pages/regulatoryRepository/standQA/index.vue | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/pages/personal/pages/my-questions/index.vue b/src/pages/personal/pages/my-questions/index.vue index a65895680..c6a92c7c6 100644 --- a/src/pages/personal/pages/my-questions/index.vue +++ b/src/pages/personal/pages/my-questions/index.vue @@ -396,7 +396,7 @@ 正在加载数据
- +
@@ -457,7 +457,7 @@ 正在加载数据
- +
@@ -520,7 +520,7 @@ 正在加载数据
- +
diff --git a/src/pages/regulatoryRepository/standQA/index.vue b/src/pages/regulatoryRepository/standQA/index.vue index 07223e41f..713c7c75c 100644 --- a/src/pages/regulatoryRepository/standQA/index.vue +++ b/src/pages/regulatoryRepository/standQA/index.vue @@ -1033,7 +1033,8 @@ export default { questionClick(){ sessionStorage.setItem('queId', this.activeQue) this.$http.get('lawss/AskQuestions/getAskQuestionsByakId',{ - id: this.activeQue + id: this.activeQue, + state: 'yes' },{ _this: this }, res => {