From 482ca73ca0a57defc73dc7f61e03328c2bb8e49b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 26 Mar 2021 11:07:22 +0800
Subject: [PATCH] 视频对讲权限更改,地图保安图标更改
---
src/views/policeTracking/policeTracking.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/policeTracking/policeTracking.vue b/src/views/policeTracking/policeTracking.vue
index d4c0cc3..3372671 100644
--- a/src/views/policeTracking/policeTracking.vue
+++ b/src/views/policeTracking/policeTracking.vue
@@ -614,7 +614,7 @@
this.form = this.$route.query;
this.vaddress = this.form.vaddress;
this.getReceivingAlarm();
- this.baseUrl = `/map/index.html?ISinit=1&openid=AlertSecurity&id=${this.form.id}&jd=${this.form.jd}&wd=${this.form.wd}&pid=${this.form.deptId}`;
+ this.baseUrl = `/map/index.html?ISinit=1&openid=AlertSecurity&id=${this.form.id}&jd=${this.form.jd}&wd=${this.form.wd}&pid=${this.form.deptId}&deptId=${this.form.deptId}&oneId=${this.form.oneId}`;
},
mounted() {
this.getList();
@@ -790,7 +790,7 @@
getList() {
var that = this;
axios
- .get(`/api/blade-user/page?current=1&size=9999&work_status=&deptId=`)
+ .get(`/api/blade-user/pages?current=1&size=9999&work_status=&deptId=${that.form.deptId}`)
.then(function (res) {
that.tableData = [];
var i = 0;
--
Gitblit v1.9.3