|
@@ -516,6 +516,7 @@ export default {
|
|
|
|
|
|
},
|
|
|
openDrawer: function() {
|
|
|
+ this.monitoringAuthority();
|
|
|
this.kg=false;
|
|
|
this.$refs.drawer.openDrawer(250, this.drawerList, this.inconList,this.leftNavigationtitle);
|
|
|
},
|
|
@@ -555,6 +556,7 @@ export default {
|
|
|
this.monitoringAuthority();
|
|
|
},
|
|
|
showModal(e) {
|
|
|
+ this.viewUserid();
|
|
|
this.kg=false;
|
|
|
this.modalName = e.currentTarget.dataset.target;
|
|
|
this.$refs.plusDrawer.showModal(this.plusDrawerList, this.modalName);
|
|
@@ -572,7 +574,7 @@ export default {
|
|
|
|
|
|
|
|
|
uni.request({
|
|
|
- url: 'http://' + _this.backStageIp + ':' + _this.backStagePort + '/bracelet/bracelet?beginDate=2020-04-20 09:26:27&&endDate=2020-04-25 09:26:29',
|
|
|
+ url: 'http://' + _this.backStageIp + ':' + _this.backStagePort + '/bracelet/bracelet?beginDate=2020-04-20%2009:26:27&&endDate=2020-04-25%2009:26:29',
|
|
|
success: res => {
|
|
|
ip = res.data;
|
|
|
}
|