From d6ed1287fa23fa25eacf57c0d83d533cb2f2bc45 Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期日, 10 九月 2023 10:04:34 +0800
Subject: [PATCH] 修改了家庭设备详情,增加了打印

---
 ruoyi-ui/src/views/homeRoot/index.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/ruoyi-ui/src/views/homeRoot/index.vue b/ruoyi-ui/src/views/homeRoot/index.vue
index 389666a..3bc2994 100644
--- a/ruoyi-ui/src/views/homeRoot/index.vue
+++ b/ruoyi-ui/src/views/homeRoot/index.vue
@@ -385,15 +385,17 @@
       //鍐欑3浠g殑浠g爜閫昏緫锛岀敤涓や釜for寰幆鍐欑3浠�
       this.getGenByNum(this.rootThiList, this.rootList[0], 1, 3)
       console.log(this.rootThiList)
-    //  console.log('-=-------')
+      console.log('-=-------')
       this.isShow_2=true
       this.isShow_3=true
       this.isShow_4=false
     },
     generation_4(){
       this.getList(4);
-      this.getGenByNum(this.rootFouList, this.rootList[0], 1, 3)
+     // alert(32)
+      this.getGenByNum(this.rootFouList, this.rootList[0], 1, 4)
       console.log(this.rootFouList)
+  //          console.log('-=23-------')
       this.isShow_2=true
       this.isShow_3=true
       this.isShow_4=true

--
Gitblit v1.9.1