From 6df94112d19edb864743cbd5f07f018d10a4502e Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Thu, 14 Jul 2022 18:10:44 +0800 Subject: [PATCH 01/14] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2056513=20=E9=97=AE?= =?UTF-8?q?=E7=AD=94=E5=BA=93-=E5=88=86=E9=A1=B5=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=94=99=E8=AF=AF=20=E5=8F=82=E7=85=A7=E6=9C=9F=E6=9C=9B?= =?UTF-8?q?=E9=87=8C=E7=9A=84=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../regulatoryRepository/standQA/index.vue | 73 ++++--------------- 1 file changed, 14 insertions(+), 59 deletions(-) diff --git a/src/pages/regulatoryRepository/standQA/index.vue b/src/pages/regulatoryRepository/standQA/index.vue index 71f9b323c..fca85967f 100644 --- a/src/pages/regulatoryRepository/standQA/index.vue +++ b/src/pages/regulatoryRepository/standQA/index.vue @@ -68,12 +68,11 @@ + :total="questionSerach.total" + @pageChange="pageChangeFun" + @pageSizeChange="pageSizeChangeFun"> { - this.answerList = res.data - }, e => { - }) - }, //提问按钮 queBtn(){ this.fileList = [] @@ -963,9 +943,18 @@ export default { problemDescription: '', //关键词/问题描述 page:1, pageSize:this.$store.getters.userInfo.configContent, + total: 0 } this.searchBtn() }, + pageChangeFun(page) { + this.questionSerach.page = page + this.searchBtn() + }, + pageSizeChangeFun(pageSize) { + this.questionSerach.pageSize = pageSize + this.searchBtn() + }, searchBtn(){ this.questionSerach.questioner = '' this.tableLoading = true @@ -975,44 +964,10 @@ export default { _this: this }, res => { this.tableData = res.data.records - this.tableTotal = res.total + this.questionSerach.total = res.data.total this.tableLoading = false }) }, - //问题查询 - queSearch(){ - this.$http.get('lawss/AskQuestions/getAskQuestionsNew',{ - standardId: this.activestand, - classification: this.activeName, - problemDescription: this.questionSerach.problemDescription - },{ - _this: this - }, res => { - this.questionsList = res.data - }) - }, - //查询提问标准 - standSearch2(){ - let qId = this.$route.query.standId - let queNumber = 0 - this.standList = [] - this.$http.get('lawss/AskQuestions/getAskQuestionsDetails',{ ...this.questionSerach },{ - _this: this - }, res =>{ - res.data.forEach(item => { - if(item.standardId === qId){ - this.standList.push(item) - queNumber++ - } - }) - if(queNumber === 0){ - this.standList = res.data - this.refreshStandMap() - } - }, e => { - - }) - }, //文件上传前 beforeUploadTheme(file){ console.log(file); From 1882cf0b20c80e62c9b33791a794cdd852209ffc Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Thu, 14 Jul 2022 18:22:34 +0800 Subject: [PATCH 02/14] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2056559=20=E8=B5=84?= =?UTF-8?q?=E6=96=99=E4=B8=AD=E5=BF=83-=E9=99=84=E4=BB=B6=E5=A4=9A?= =?UTF-8?q?=E4=B8=AA=E6=97=B6=20=E5=BA=95=E9=83=A8=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=98=BE=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/regulatoryRepository/dataCenter/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/regulatoryRepository/dataCenter/index.vue b/src/pages/regulatoryRepository/dataCenter/index.vue index 9da6a0b75..6bb1d3db0 100644 --- a/src/pages/regulatoryRepository/dataCenter/index.vue +++ b/src/pages/regulatoryRepository/dataCenter/index.vue @@ -1007,4 +1007,10 @@ export default { background: url('~@/assets/images/shangqi/img/tree.png'); background-size: 100% 100%; } +.upload-demo{ + /deep/.el-upload-list{ + height: 50vh; + overflow-y: auto; + } +} From 67125b660de6eac4c1971c0f9d8fd7707cf87610 Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Thu, 14 Jul 2022 18:32:06 +0800 Subject: [PATCH 03/14] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2056392=20=E3=80=90?= =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E3=80=91=E6=B2=A1=E5=A1=AB=E5=86=99?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=B0=B1=E4=B8=8D=E8=A6=81=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E8=AF=B7=E9=80=89=E6=8B=A9=E9=87=87=E6=A0=87=E7=A8=8B=E5=BA=A6?= =?UTF-8?q?=E4=BA=86=20=E5=A6=82=E6=9E=9C=E5=A1=AB=E5=86=99=E4=BA=86?= =?UTF-8?q?=E5=B0=B1=E5=B8=A6=E5=85=A5=E5=87=BA=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/phone/bzrk/step2.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/processCenter/pages/phone/bzrk/step2.vue b/src/pages/processCenter/pages/phone/bzrk/step2.vue index 233a7d49c..7f060720f 100644 --- a/src/pages/processCenter/pages/phone/bzrk/step2.vue +++ b/src/pages/processCenter/pages/phone/bzrk/step2.vue @@ -364,7 +364,7 @@
{{form.dtbjh}}
- + From 27d7885cc92b19230a17d0a7940722991c54286c Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Fri, 15 Jul 2022 10:22:50 +0800 Subject: [PATCH 04/14] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2056546=20=E5=8B=BE?= =?UTF-8?q?=E9=80=89=E6=95=B0=E6=8D=AE=E8=BF=87=E5=A4=9A=E6=97=B6=20?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E5=88=A0=E9=99=A4=E6=8C=89=E9=92=AE=20?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=BF=87=E6=85=A2=20=E7=84=B6=E5=90=8E?= =?UTF-8?q?=E5=86=8D=E6=AC=A1=E7=82=B9=E5=87=BB=20=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=20=E6=95=B0=E6=8D=AE=E8=A2=AB=E5=88=A0?= =?UTF-8?q?=E9=99=A4=20=E5=B9=B6=E6=8F=90=E7=A4=BA=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/localTool/standAutoSplit/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/localTool/standAutoSplit/index.vue b/src/pages/localTool/standAutoSplit/index.vue index b53e41680..30782f2dd 100644 --- a/src/pages/localTool/standAutoSplit/index.vue +++ b/src/pages/localTool/standAutoSplit/index.vue @@ -1048,6 +1048,8 @@ export default { batchDelete () { if (this.selectedList.length === 0) { this.$message.error('请选择要删除的数据') + } if(this.selectedList.length > 10){ + this.$message.error('批量删除仅支持10条以内') } else { this.$confirm('确认删除选择数据?', '确认删除', { confirmButtonText: '确定', From 86a16b1d9dedfe056b5c3140a0551940bb5d8b55 Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Fri, 15 Jul 2022 10:26:10 +0800 Subject: [PATCH 05/14] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2056577=20=E3=80=90?= =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E3=80=91=E6=A0=87=E5=87=86=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E6=B5=81=E7=A8=8B=20=E5=B0=86=E6=89=80=E6=9C=89?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=89=B9=E5=87=86=E8=8A=82=E7=82=B9=E6=9C=AA?= =?UTF-8?q?=E5=A1=AB=E5=86=99=E7=9A=84=E7=BD=AE=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/phone/bzrk/step2.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/processCenter/pages/phone/bzrk/step2.vue b/src/pages/processCenter/pages/phone/bzrk/step2.vue index 7f060720f..01a5f0c7d 100644 --- a/src/pages/processCenter/pages/phone/bzrk/step2.vue +++ b/src/pages/processCenter/pages/phone/bzrk/step2.vue @@ -283,12 +283,12 @@ - + - + -->