From 8083e8b719da08b5dbdcc4827d5f499baf1422cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Fri, 5 May 2023 14:34:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=B3=E5=85=89=E6=9D=91=E5=8A=A1=E6=8A=80?= =?UTF-8?q?=E6=9C=AF=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sunVillage_info/index.vue | 12 +++++++++++- src/views/sunVillage_info/index_code.vue | 13 ++++++++++++- src/views/sunVillage_info/index_code_rights.vue | 12 +++++++++++- 3 files changed, 34 insertions(+), 3 deletions(-) diff --git a/src/views/sunVillage_info/index.vue b/src/views/sunVillage_info/index.vue index 381ebc10..a92ebebf 100644 --- a/src/views/sunVillage_info/index.vue +++ b/src/views/sunVillage_info/index.vue @@ -68,7 +68,7 @@
@@ -100,6 +100,7 @@ import {bookListByDeptId} from "../../api/homestead"; import Cookies from "js-cookie"; import {logout} from "../../api/login"; + import { sysConfig } from "@/api/homesteadSurvey/index"; export default { name: "certificateList", data() { @@ -138,6 +139,8 @@ zcsqList:[], cwxxList:[], menusList:[], + + configValue:'' }; }, created() { @@ -177,6 +180,13 @@ } }); this.$set(this.queryParams, "systemType", '4'); + let params={ + configKey: "system.company.name"} + sysConfig(params).then((res) => { + if (res.code == 200) { + this.configValue = res.rows[0].configValue; + } + }); }, methods: { getPath(url){ diff --git a/src/views/sunVillage_info/index_code.vue b/src/views/sunVillage_info/index_code.vue index 3e985d2c..233ce805 100644 --- a/src/views/sunVillage_info/index_code.vue +++ b/src/views/sunVillage_info/index_code.vue @@ -59,13 +59,14 @@