增加地图捕捉数据功能
This commit is contained in:
parent
ab5cb7a078
commit
d8735d67d6
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user