From 4181e62f96a2716f70699ba194fe2affe9d2133d Mon Sep 17 00:00:00 2001
From: linwenling <3256558519@qq.com>
Date: 星期六, 08 四月 2023 22:20:47 +0800
Subject: [PATCH] 新增家庭设备页面

---
 ruoyi-ui/src/views/bignote/index.vue |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/ruoyi-ui/src/views/bignote/index.vue b/ruoyi-ui/src/views/bignote/index.vue
index 27b8e72..5099535 100644
--- a/ruoyi-ui/src/views/bignote/index.vue
+++ b/ruoyi-ui/src/views/bignote/index.vue
@@ -70,6 +70,8 @@
       </el-form-item>
     </el-form>
 
+
+
     <div style="width: 72px;
 height: 24px;
 font-size: 18px;
@@ -407,11 +409,11 @@
 
     getList() {
       this.loading = true;
-      // console.log(this.queryParams)
+       console.log(this.queryParams)
       //  listProperty(this.addDateRange(this.queryParams, this.dateRange)).then(response => {
       listFamilyevent(this.queryParams).then(response => {
-          //  alert(123)
-          //   console.log(response.data)
+
+         //    console.log(response.data.data)
           this.familyList = response.data.data;
 
           this.total = response.data.total;
@@ -456,6 +458,7 @@
     /** 鎼滅储鎸夐挳鎿嶄綔 */
     handleQuery() {
       this.queryParams.pageNum = 1;
+
       this.getList();
     },
     /** 閲嶇疆鎸夐挳鎿嶄綔 */
@@ -483,7 +486,8 @@
     /** 鏌ョ湅璇︾粏淇℃伅 */
     handleCheck(row){
       const id = row.id;
-      this.$router.push("/family/zfEvent/bignote/familyeventInfo/" + id);
+
+      this.$router.push("/family1/bignote/familyeventInfo/" + id);
     },
     /** 淇敼鎸夐挳鎿嶄綔 */
     handleUpdate(row) {
@@ -491,7 +495,7 @@
       let jd = true
 
       this.$router.push({
-        path:"/family/zfEvent/bignote/familyeventInfo/" + id,
+        path:"/family1/bignote/familyeventInfo/" + id,
         query:{
           detail:jd
         }
@@ -519,7 +523,7 @@
           addFamilyevent(this.formDat).then(response => {
             this.$modal.msgSuccess("鏂板鎴愬姛");
             this.open = false;
-            this.getList1();
+            this.getList();
           });
         }
       });

--
Gitblit v1.9.1