| | |
| | | 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(); |
| | |
| | | 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; |