MrShi
2025-02-07 7de835dea145fe8229f5f0100e2a90094e6d5b22
admin/src/views/operation/components/deviceEdit.vue
@@ -325,6 +325,8 @@
      detailById(id).then(res => {
        this.param = res
        this.param.rooms = [res.projectId, res.buildingId, res.floorId, res.roomId]
        console.log(this.param.rooms)
        if (res.multifileList && res.multifileList.length > 0) {
        this.param.multifileList = res.multifileList.map(item => {
          return {
            ...item,
@@ -332,6 +334,8 @@
            createTime: item.createDate
          }
        })
        }
        this.changeProject()
        this.getHouseTree()
        const cateId = this.param.cateId || ''
        setTimeout(() => {