增加地图捕捉数据功能

This commit is contained in:
squallzhjch 2023-04-21 14:10:15 +08:00
parent ab5cb7a078
commit d8735d67d6

View File

@ -85,7 +85,6 @@ class EvaluationResultViewModel @Inject constructor(
* //获取问题分类列表
*/
fun getClassTypeList() {
viewModelScope.launch(Dispatchers.IO) {
val list = roomAppDatabase.getScProblemTypeDao().findClassTypeList()
list?.let {