diff --git a/pages/alarmPage/indexTwo.vue b/pages/alarmPage/indexTwo.vue index 5b4828f6..b3d638b5 100644 --- a/pages/alarmPage/indexTwo.vue +++ b/pages/alarmPage/indexTwo.vue @@ -41,7 +41,7 @@ @click="previewImg(url_config+'image/'+item.imageUrl)"> - + 去处置 @@ -75,11 +75,13 @@ { id: 7, value: '反光衣报警' }, { id: 8, value: '未穿反光衣' }, ], - btnAuth: true + btnAuth: true, + userInfo:{} } }, onLoad() { this.btnAuth = this.checkBtnPermission({key: 'ai_disposition', menuPath: '/project/aiAnalysis/warningList'}) + this.userInfo = JSON.parse(uni.getStorageSync('userInfo')) }, onShow(){ this.systemInfo = uni.getStorageSync('systemInfo')