feat: fix issues

This commit is contained in:
2026-03-22 21:54:16 +08:00
parent 0ae77ffbf8
commit d2a0648238
9 changed files with 11 additions and 11 deletions

View File

@@ -26,7 +26,7 @@ class HbQueryListViewModel : BasePageViewModel() {
val serviceType = MutableLiveData("")
val addressTypeList = MutableLiveData(listOf(KeyValue("全部", ""))).apply {
DictUtils.getAreaTypeList {
DictUtils.getCountryTypeList {
value = it
}
}