linwenling
2023-04-08 4181e62f96a2716f70699ba194fe2affe9d2133d
新增家庭设备页面
4个文件已修改
17 ■■■■ 已修改文件
ruoyi-ui/src/api/device/index.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/router/index.js 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/bignote/familyeventInfo.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/bignote/index.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/api/device/index.js
@@ -1,6 +1,6 @@
import request from '@/utils/request'
//Equipment
//Equipment
// 查询所有家庭设备
export function listEquipment(query) {
@@ -11,6 +11,7 @@
  })
}
// // 根据id查询所有家庭设备详细信息
export function getEquipmentInfo(id) {
  return request({
ruoyi-ui/src/router/index.js
@@ -159,6 +159,8 @@
      }
    ]
  },
  //编辑个人信息
  {
    path: '/self/user',
ruoyi-ui/src/views/bignote/familyeventInfo.vue
@@ -212,12 +212,12 @@
    }
    let _this = this
    if (id) {
      this.loading = true;
      getFamilyeventInfo(id).then((response) => {
        this.formData = response.data;
        let paths = response.data.url.split(",");
        for(let i = 0; i < paths.length; i++)
@@ -363,6 +363,8 @@
  display: block;
}
.pt{
  right: 10px;
  top:-3px;
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;