diff --git a/src/views/modules/base/epidemic/natInfo/natList.vue b/src/views/modules/base/epidemic/natInfo/natList.vue index 5bf223997..61ff4a530 100644 --- a/src/views/modules/base/epidemic/natInfo/natList.vue +++ b/src/views/modules/base/epidemic/natInfo/natList.vue @@ -141,7 +141,8 @@ size="small" @click="handleExport">导出 - 定时 @@ -318,6 +319,8 @@ export default { pageNo: 0, tableLoading: false, isResiUser: true, + customerId: '', + isYantai: false, agencyId: '', orgTypeList: [ @@ -382,6 +385,16 @@ export default { }, async mounted () { + //磐石街道:1580460084738760705 + //烟台客户id: 1535072605621841922 + this.customerId = localStorage.getItem("customerId"); + this.isYantai = false + + if (this.customerId === '1535072605621841922') { + this.isYantai = true + + } + this.updateBtnAuths(); const { user } = this.$store.state