| | |
| | | package cn.flightfeather.thirdapp.module.inspection |
| | | |
| | | import android.arch.lifecycle.MutableLiveData |
| | | import cn.flightfeather.thirdapp.bean.* |
| | | import cn.flightfeather.thirdapp.bean.entity.* |
| | | import cn.flightfeather.thirdapp.bean.vo.ProblemlistVo |
| | | import cn.flightfeather.thirdapp.common.net.ResultCallBack |
| | | import cn.flightfeather.thirdapp.model.event.ProblemEvent |
| | |
| | | //所有数据加载完成通知 |
| | | val loadingOver = MutableLiveData<Boolean>() |
| | | //记录各个数据加载是否完成的状态 |
| | | private val loadingStatus = BooleanArray(3) |
| | | private val loadingStatus = BooleanArray(2) |
| | | |
| | | /** |
| | | * 获取场景问题可选位置(目前只有工地,但所有场景都使用) |
| | |
| | | advices.add("暂无建议") |
| | | suggestionList.value = advices |
| | | |
| | | onLoaded(2) |
| | | } |
| | | } |
| | | |