JX.LI 2 年之前
父節點
當前提交
9381af922d
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/monitor.vue

+ 2 - 0
src/views/monitor.vue

@@ -411,6 +411,7 @@ import {
         this.onChuan = false
         this.localMark = 'la'
         this.placeholderMsg = "请输入大喇叭名称"
+        this.deptId = Cookies.get("deptId")
         this.getDlblistBydeptId()
       },
       chuanClick() {
@@ -419,6 +420,7 @@ import {
         this.onChuan = true
         this.localMark = 'chuan'
         this.placeholderMsg = "请输入传感器名称"
+        this.deptId = Cookies.get("deptId")
         this.getMonitorDeviceAndDataList()
       },
       chuanSet()