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 @@ --> - + - + - +