增加地图捕捉数据功能
This commit is contained in:
@@ -85,7 +85,6 @@ class EvaluationResultViewModel @Inject constructor(
|
|||||||
* //获取问题分类列表
|
* //获取问题分类列表
|
||||||
*/
|
*/
|
||||||
fun getClassTypeList() {
|
fun getClassTypeList() {
|
||||||
|
|
||||||
viewModelScope.launch(Dispatchers.IO) {
|
viewModelScope.launch(Dispatchers.IO) {
|
||||||
val list = roomAppDatabase.getScProblemTypeDao().findClassTypeList()
|
val list = roomAppDatabase.getScProblemTypeDao().findClassTypeList()
|
||||||
list?.let {
|
list?.let {
|
||||||
|
|||||||
Reference in New Issue
Block a user