From a2eceb5316ef42a52d24bb76db84d26604862bcb Mon Sep 17 00:00:00 2001 From: TiaStars Date: Thu, 9 May 2024 10:36:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BE=85=E5=8A=9E=E4=B8=BA?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E3=80=81=E5=BC=B9=E6=A1=86=E5=8A=A0=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E7=A9=BA=E7=99=BD=E4=B8=8D=E5=85=B3=E9=97=AD=E3=80=81?= =?UTF-8?q?=E6=94=BF=E7=AD=96=E6=96=87=E4=BB=B6=E5=BA=93=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E3=80=81=E4=BF=AE=E6=94=B9=E3=80=81=E5=88=A0=E9=99=A4=E7=BB=99?= =?UTF-8?q?=E8=A7=92=E8=89=B2=E6=8E=A7=E5=88=B6=E3=80=81=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=9A=84=E8=B7=AF=E7=94=B1=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Breadcrumb/index.vue | 2 +- .../declarationManagement/index.vue | 2 +- .../enterpriseDirectory/index.vue | 4 ++-- .../onlineDeclaration/pendingReview/index.vue | 2 +- src/views/onlineDeclaration/records/index.vue | 4 ++-- src/views/policyDocument/index.vue | 19 +++++++++++++------ src/views/system/bigStrongAward/index.vue | 2 +- src/views/system/brandingAward/index.vue | 2 +- .../system/carrierConstructionAward/index.vue | 2 +- src/views/system/config/index.vue | 2 +- src/views/system/dept/index.vue | 2 +- src/views/system/dict/data.vue | 2 +- src/views/system/dict/index.vue | 2 +- .../system/enterpriseBasicInfo/index.vue | 2 +- src/views/system/fundingInfo/index.vue | 2 +- .../system/industrialInternetAward/index.vue | 2 +- .../logisticsDevelopmentAward/index.vue | 2 +- .../manufacturingServicesAward/index.vue | 2 +- src/views/system/menu/index.vue | 2 +- src/views/system/notice/index.vue | 2 +- src/views/system/operlog/index.vue | 2 +- .../platformConstructionAward/index.vue | 2 +- src/views/system/post/index.vue | 2 +- .../system/projectSettlementAward/index.vue | 2 +- src/views/system/role/index.vue | 4 ++-- src/views/system/sceneOpeningAward/index.vue | 2 +- src/views/system/templateInfo/index.vue | 2 +- src/views/system/user/index.vue | 4 ++-- src/views/system/user/profile/userAvatar.vue | 2 +- src/views/tool/build/IconsDialog.vue | 1 + src/views/workbench/index.vue | 7 ++++--- 31 files changed, 50 insertions(+), 41 deletions(-) diff --git a/src/components/Breadcrumb/index.vue b/src/components/Breadcrumb/index.vue index db509b8..00733bc 100644 --- a/src/components/Breadcrumb/index.vue +++ b/src/components/Breadcrumb/index.vue @@ -75,7 +75,7 @@ export default { }, // 返回到项目库页面 back(){ - this.$router.replace({path: '/project/index'}) + this.$router.back(); }, }, }; diff --git a/src/views/onlineDeclaration/declarationManagement/index.vue b/src/views/onlineDeclaration/declarationManagement/index.vue index 6e76b5d..d673f3f 100644 --- a/src/views/onlineDeclaration/declarationManagement/index.vue +++ b/src/views/onlineDeclaration/declarationManagement/index.vue @@ -119,7 +119,7 @@ @pagination="getList" /> - + diff --git a/src/views/onlineDeclaration/enterpriseDirectory/index.vue b/src/views/onlineDeclaration/enterpriseDirectory/index.vue index cab2eff..75db3fb 100644 --- a/src/views/onlineDeclaration/enterpriseDirectory/index.vue +++ b/src/views/onlineDeclaration/enterpriseDirectory/index.vue @@ -113,7 +113,7 @@ @pagination="getList" /> - + @@ -226,7 +226,7 @@ - + - + diff --git a/src/views/onlineDeclaration/records/index.vue b/src/views/onlineDeclaration/records/index.vue index 6bb48e6..8e307f2 100644 --- a/src/views/onlineDeclaration/records/index.vue +++ b/src/views/onlineDeclaration/records/index.vue @@ -256,7 +256,7 @@ @pagination="getList" /> - + @@ -296,7 +296,7 @@ - + diff --git a/src/views/policyDocument/index.vue b/src/views/policyDocument/index.vue index 09c84d6..2b26d3b 100644 --- a/src/views/policyDocument/index.vue +++ b/src/views/policyDocument/index.vue @@ -45,7 +45,7 @@ - 新增发文 + 新增发文 @@ -67,8 +67,8 @@ @@ -150,7 +150,7 @@ :visible.sync="infoVisible" :close-on-click-modal="false" :close-on-press-escape="false" - @close="infoVisible = false" + @close="infoClose" custom-class="info-dialog" append-to-body > @@ -165,7 +165,7 @@ @@ -181,6 +181,8 @@ export default { dicts: ['jjh_project_type'], data() { return { + userType: this.$store.state.user.userType, + deptId: this.$store.state.user.deptId, total:0, pagination: { current:1, @@ -303,6 +305,11 @@ export default { } }) }, + // 关闭详情 + infoClose(){ + this.addFrom = {} + this.infoVisible = false; + }, // 查看详情 goInfo(row){ jPolicyFileId(row.id).then((res=>{ @@ -364,7 +371,7 @@ export default { type: "warning", }) .then(() => { - jProjectDel({ id: row.id }).then((res) => { + jPolicyFileDel({ id: row.id }).then((res) => { this.getList(); this.$message({ type: "success", diff --git a/src/views/system/bigStrongAward/index.vue b/src/views/system/bigStrongAward/index.vue index 30b4336..7818348 100644 --- a/src/views/system/bigStrongAward/index.vue +++ b/src/views/system/bigStrongAward/index.vue @@ -145,7 +145,7 @@ /> - + diff --git a/src/views/system/brandingAward/index.vue b/src/views/system/brandingAward/index.vue index ea9c726..23d0f95 100644 --- a/src/views/system/brandingAward/index.vue +++ b/src/views/system/brandingAward/index.vue @@ -133,7 +133,7 @@ /> - + diff --git a/src/views/system/carrierConstructionAward/index.vue b/src/views/system/carrierConstructionAward/index.vue index 8b7eacf..4946f32 100644 --- a/src/views/system/carrierConstructionAward/index.vue +++ b/src/views/system/carrierConstructionAward/index.vue @@ -160,7 +160,7 @@ /> - + diff --git a/src/views/system/config/index.vue b/src/views/system/config/index.vue index 5b24b78..4285b5e 100644 --- a/src/views/system/config/index.vue +++ b/src/views/system/config/index.vue @@ -149,7 +149,7 @@ /> - + diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 900b452..4142afd 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -97,7 +97,7 @@ - + diff --git a/src/views/system/dict/data.vue b/src/views/system/dict/data.vue index 3befe4a..bf52a71 100644 --- a/src/views/system/dict/data.vue +++ b/src/views/system/dict/data.vue @@ -141,7 +141,7 @@ /> - + diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue index 54d5d8a..12d5e76 100644 --- a/src/views/system/dict/index.vue +++ b/src/views/system/dict/index.vue @@ -159,7 +159,7 @@ /> - + diff --git a/src/views/system/enterpriseBasicInfo/index.vue b/src/views/system/enterpriseBasicInfo/index.vue index 1a96454..eded33f 100644 --- a/src/views/system/enterpriseBasicInfo/index.vue +++ b/src/views/system/enterpriseBasicInfo/index.vue @@ -142,7 +142,7 @@ /> - + diff --git a/src/views/system/fundingInfo/index.vue b/src/views/system/fundingInfo/index.vue index 6ed412a..c99e890 100644 --- a/src/views/system/fundingInfo/index.vue +++ b/src/views/system/fundingInfo/index.vue @@ -196,7 +196,7 @@ /> - + diff --git a/src/views/system/industrialInternetAward/index.vue b/src/views/system/industrialInternetAward/index.vue index f28fee7..dfdead4 100644 --- a/src/views/system/industrialInternetAward/index.vue +++ b/src/views/system/industrialInternetAward/index.vue @@ -124,7 +124,7 @@ /> - + diff --git a/src/views/system/logisticsDevelopmentAward/index.vue b/src/views/system/logisticsDevelopmentAward/index.vue index 1b87b02..c256b3f 100644 --- a/src/views/system/logisticsDevelopmentAward/index.vue +++ b/src/views/system/logisticsDevelopmentAward/index.vue @@ -142,7 +142,7 @@ /> - + diff --git a/src/views/system/manufacturingServicesAward/index.vue b/src/views/system/manufacturingServicesAward/index.vue index d02d349..dbed9b2 100644 --- a/src/views/system/manufacturingServicesAward/index.vue +++ b/src/views/system/manufacturingServicesAward/index.vue @@ -141,7 +141,7 @@ /> - + diff --git a/src/views/system/menu/index.vue b/src/views/system/menu/index.vue index 492112f..4149415 100644 --- a/src/views/system/menu/index.vue +++ b/src/views/system/menu/index.vue @@ -104,7 +104,7 @@ - + diff --git a/src/views/system/notice/index.vue b/src/views/system/notice/index.vue index 8df26d6..8b2b888 100644 --- a/src/views/system/notice/index.vue +++ b/src/views/system/notice/index.vue @@ -124,7 +124,7 @@ /> - + diff --git a/src/views/system/operlog/index.vue b/src/views/system/operlog/index.vue index 9954fe4..203135d 100644 --- a/src/views/system/operlog/index.vue +++ b/src/views/system/operlog/index.vue @@ -146,7 +146,7 @@ /> - + diff --git a/src/views/system/platformConstructionAward/index.vue b/src/views/system/platformConstructionAward/index.vue index 3927581..3f526db 100644 --- a/src/views/system/platformConstructionAward/index.vue +++ b/src/views/system/platformConstructionAward/index.vue @@ -124,7 +124,7 @@ /> - + diff --git a/src/views/system/post/index.vue b/src/views/system/post/index.vue index 45009bc..6aab092 100644 --- a/src/views/system/post/index.vue +++ b/src/views/system/post/index.vue @@ -125,7 +125,7 @@ /> - + diff --git a/src/views/system/projectSettlementAward/index.vue b/src/views/system/projectSettlementAward/index.vue index 089f4d8..fe02a47 100644 --- a/src/views/system/projectSettlementAward/index.vue +++ b/src/views/system/projectSettlementAward/index.vue @@ -163,7 +163,7 @@ /> - + diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index 0d347e9..c80a18e 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -157,7 +157,7 @@ /> - + @@ -209,7 +209,7 @@ - + diff --git a/src/views/system/sceneOpeningAward/index.vue b/src/views/system/sceneOpeningAward/index.vue index cd52c4c..f21cdb0 100644 --- a/src/views/system/sceneOpeningAward/index.vue +++ b/src/views/system/sceneOpeningAward/index.vue @@ -125,7 +125,7 @@ /> - + diff --git a/src/views/system/templateInfo/index.vue b/src/views/system/templateInfo/index.vue index d122683..4c364b2 100644 --- a/src/views/system/templateInfo/index.vue +++ b/src/views/system/templateInfo/index.vue @@ -227,7 +227,7 @@ /> - + diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 58149ce..fc75041 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -204,7 +204,7 @@ - + @@ -338,7 +338,7 @@ - +
- +
{{ item.projectName }}
审批【知识产权】材料
-
去审批
+
去审批
@@ -48,7 +48,7 @@ - +