From 90df755d258da3864af193b61ef94267dc540e10 Mon Sep 17 00:00:00 2001 From: linwenling <3256558519@qq.com> Date: 星期六, 08 四月 2023 21:56:41 +0800 Subject: [PATCH] 新增家庭设备页面 --- ruoyi-ui/src/views/bignote/index.vue | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ruoyi-ui/src/views/bignote/index.vue b/ruoyi-ui/src/views/bignote/index.vue index 27b8e72..7e5fbc1 100644 --- a/ruoyi-ui/src/views/bignote/index.vue +++ b/ruoyi-ui/src/views/bignote/index.vue @@ -407,11 +407,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 +456,7 @@ /** 鎼滅储鎸夐挳鎿嶄綔 */ handleQuery() { this.queryParams.pageNum = 1; + this.getList(); }, /** 閲嶇疆鎸夐挳鎿嶄綔 */ @@ -483,7 +484,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 +493,7 @@ let jd = true this.$router.push({ - path:"/family/zfEvent/bignote/familyeventInfo/" + id, + path:"/family1/bignote/familyeventInfo/" + id, query:{ detail:jd } @@ -519,7 +521,7 @@ addFamilyevent(this.formDat).then(response => { this.$modal.msgSuccess("鏂板鎴愬姛"); this.open = false; - this.getList1(); + this.getList(); }); } }); -- Gitblit v1.9.1