feat: fix form

This commit is contained in:
2026-03-20 15:30:12 +08:00
parent a663609eeb
commit 6c4e97945b
3 changed files with 11 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ class IntArrSupplementInfoViewModel : BaseViewModel() {
* 加载国家代码下拉列表
*/
private fun loadCountryCodeList() {
launchCollect({ NetApply.api.getAreaTypeList() }) {
launchCollect({ NetApply.api.getCountryCodeList() }) {
onSuccess = { result ->
val keyValueList = result.data?.mapNotNull { bean ->
if (bean.code != null && bean.name != null) {