Browse Source

1

dev-用户反馈
jiangyy 3 years ago
parent
commit
0b60506df5
  1. 4
      src/views/modules/base/epidemic/natInfo/natList.vue

4
src/views/modules/base/epidemic/natInfo/natList.vue

@ -402,13 +402,13 @@ export default {
//id: 1536638904600752130
this.customerId = localStorage.getItem("customerId");
this.isYantai = false
this.isXiaozhaizi = false
this.isXiaozhaizi = true
if (this.customerId === '1535072605621841922') {
this.isYantai = true
}
if (this.customerId === '1536638904600752130') {
this.isXiaozhaizi = false
this.isXiaozhaizi = true
}
this.updateBtnAuths();

Loading…
Cancel
Save