| | |
| | | images: [] |
| | | }, |
| | | info: { |
| | | id: '', |
| | | remark: "", |
| | | imageUrls: "", |
| | | signaturePath: "" |
| | |
| | | this.info.houseCode = uni.getStorageSync("siteInfo").houseCode; |
| | | this.info.placeName = uni.getStorageSync("siteInfo").name; |
| | | } |
| | | |
| | | |
| | | |
| | | if (option.id) { |
| | | this.info.taskId = option.id |
| | | this.getDetail(option.id) |
| | | } |
| | | }, |
| | | |
| | | methods: { |
| | |
| | | arr.push(i); |
| | | for (let k = 0, kk = data[i].children.length; k < kk; k++) { |
| | | // this.info.patrolRecordVOList.push(obj); |
| | | for (var j = 0; j < data[i].children.length; j++) { |
| | | data[i].children[j].state = 1 |
| | | } |
| | | count += 1; |
| | | } |
| | | } |