From 65469544e3d3221f6ce57b93e644211bd000ae54 Mon Sep 17 00:00:00 2001 From: yzj <2239426921@qq.com> Date: Tue, 5 Jul 2022 14:25:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9F=BA=E5=BB=BA=E6=A0=91?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E7=AD=9B=E9=80=89=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/archives/catalog/index.vue | 4 +++- src/views/archives/preFiling/index.vue | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/archives/catalog/index.vue b/src/views/archives/catalog/index.vue index 953426a..cc72b07 100644 --- a/src/views/archives/catalog/index.vue +++ b/src/views/archives/catalog/index.vue @@ -567,7 +567,9 @@ export default { if (isSecond){ //如果是基建档案 if (code=='JJ'){ - this.paramsSearch['fileNum']=data.label.split("-")[0]; + let lables=data.label.split("-"); + this.paramsSearch['fileNum']=lables[0]; + this.paramsSearch.project_name =lables[1] }else{ this.year=data.label; } diff --git a/src/views/archives/preFiling/index.vue b/src/views/archives/preFiling/index.vue index eca2515..bd54e46 100644 --- a/src/views/archives/preFiling/index.vue +++ b/src/views/archives/preFiling/index.vue @@ -349,7 +349,9 @@ export default { if (isSecond){ //如果是基建档案 if (code=='JJ'){ - this.paramsSearch['fileNum']=data.label.split("-")[0]; + let lables=data.label.split("-"); + this.paramsSearch['fileNum']=lables[0]; + this.paramsSearch.project_name =lables[1] }else{ this.year=data.label; } @@ -403,6 +405,7 @@ export default { }, getPage(page, params) { + this.paramsSearch.status=this.activeTabs; this.paramsSearch.archiveCategory=this.code; this.paramsSearch.year=this.year;