| | |
| | | }); |
| | | }, |
| | | // 关闭设备图弹窗 |
| | | beforeDeviceShowDialogclose() { |
| | | this.deviceShowDialog = false; |
| | | beforeDeviceShowDialogclose(done) { |
| | | // this.deviceShowDialog = false; |
| | | done() |
| | | }, |
| | | // 关闭任意图片弹窗 |
| | | beforeAnyPhotoDialogclose() { |
| | |
| | | }, |
| | | //查询子任务统计信息 |
| | | search(formSearch) { |
| | | this.topTask = formSearch.obj; |
| | | this.topTask = formSearch.topTask; |
| | | this.sideLoading = true; |
| | | this.mainLoading = true; |
| | | this.curProList = []; |
| | | this.curSubtask = {}; |
| | | taskApi.getSubtaskSummary(formSearch).then((res) => { |
| | | const param = { |
| | | topTaskId: formSearch.topTask.tguid, |
| | | sceneTypeId :formSearch.sceneTypeId |
| | | } |
| | | taskApi.getSubtaskSummary(param).then((res) => { |
| | | const list = []; |
| | | res.forEach((s) => { |
| | | const t = this.getSubtaskType(s); |