| | |
| | | import request from '@/utils/request' |
| | | |
| | | //Equipment |
| | | //Equipment |
| | | |
| | | // 查询所有家庭设备 |
| | | export function listEquipment(query) { |
| | |
| | | }) |
| | | } |
| | | |
| | | |
| | | // // 根据id查询所有家庭设备详细信息 |
| | | export function getEquipmentInfo(id) { |
| | | return request({ |
| | |
| | | } |
| | | ] |
| | | }, |
| | | |
| | | |
| | | //编辑个人信息 |
| | | { |
| | | path: '/self/user', |
| | |
| | | } |
| | | |
| | | 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++) |
| | |
| | | display: block; |
| | | |
| | | } |
| | | |
| | | |
| | | .pt{ |
| | | right: 10px; |
| | | top:-3px; |
| | |
| | | </el-form-item> |
| | | </el-form> |
| | | |
| | | |
| | | |
| | | <div style="width: 72px; |
| | | height: 24px; |
| | | font-size: 18px; |
| | |
| | | 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; |
| | | |