瀏覽代碼

[Feat 0000]数据中心测试问题修复

bobo04052021@163.com 3 月之前
父節點
當前提交
7212faba2f
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/vent/dataCenter/deviceCenter/index.vue

+ 2 - 1
src/views/vent/dataCenter/deviceCenter/index.vue

@@ -364,7 +364,8 @@ async function refreshData(deviceId: string) {
 }
 
 onMounted(() => {
-  const path = route.query.deviceType;
+  const path = route.query.deviceType as string;
+  deviceType.value = path;
   if (path) {
     getDeviceType(path);
     getDeviceList(path);