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 | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/bignote/index.vue b/ruoyi-ui/src/views/bignote/index.vue index 7e5fbc1..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; @@ -410,7 +412,7 @@ console.log(this.queryParams) // listProperty(this.addDateRange(this.queryParams, this.dateRange)).then(response => { listFamilyevent(this.queryParams).then(response => { - + // console.log(response.data.data) this.familyList = response.data.data; -- Gitblit v1.9.1