From 058205efc7b5adaba14c711b4832d62b5f7c5986 Mon Sep 17 00:00:00 2001 From: TiaStars Date: Fri, 13 Sep 2024 08:52:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E4=BF=AE=E6=94=B9=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../enterInfo/components/tabFour/index.vue | 3 ++- src/views/infoMaintain/index.vue | 12 ++++++------ .../onlineDeclaration/enterpriseDirectory/index.vue | 10 +++++----- .../project/projectInfo/components/tabFive/index.vue | 3 ++- .../project/projectInfo/components/tabFour/index.vue | 3 ++- 5 files changed, 17 insertions(+), 14 deletions(-) diff --git a/src/views/enterpriselibrary/enterInfo/components/tabFour/index.vue b/src/views/enterpriselibrary/enterInfo/components/tabFour/index.vue index 853c969..c415b95 100644 --- a/src/views/enterpriselibrary/enterInfo/components/tabFour/index.vue +++ b/src/views/enterpriselibrary/enterInfo/components/tabFour/index.vue @@ -46,7 +46,7 @@ {{ item.name }} {{ item.createTime }} -
+
编辑 @@ -124,6 +124,7 @@ export default { name:"tabFour", data() { return { + roles: this.$store.state.user.roles, formInline:{ startTime:"", endTime:"", diff --git a/src/views/infoMaintain/index.vue b/src/views/infoMaintain/index.vue index b83c008..14fe547 100644 --- a/src/views/infoMaintain/index.vue +++ b/src/views/infoMaintain/index.vue @@ -176,12 +176,12 @@ export default { mounted() { this.cancalDebounce(); window.addEventListener('resize', this.cancalDebounce); - if(this.userType == "01") { - this.pagination.enterpriseCode = this.name; - this.pagination.enterpriseName = this.nickName; - this.formInline.enterpriseCode = this.name; - this.formInline.enterpriseName = this.nickName; - } + // if(this.userType == "01") { + // this.pagination.enterpriseCode = this.name; + // this.pagination.enterpriseName = this.nickName; + // this.formInline.enterpriseCode = this.name; + // this.formInline.enterpriseName = this.nickName; + // } this.getList(); }, destroyed() { diff --git a/src/views/onlineDeclaration/enterpriseDirectory/index.vue b/src/views/onlineDeclaration/enterpriseDirectory/index.vue index a919ad9..5a283bf 100644 --- a/src/views/onlineDeclaration/enterpriseDirectory/index.vue +++ b/src/views/onlineDeclaration/enterpriseDirectory/index.vue @@ -80,18 +80,18 @@ --> - + - + - +