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(() => {