修复 - 代充身份设置 - 因地区数组为空编辑打不开问题

This commit is contained in:
2025-07-17 11:19:09 +08:00
parent 6e8f777d96
commit 5c9d6ec300

View File

@@ -573,7 +573,7 @@ export default {
}
});
var userRegions = currentData.userRegions;
var userRegions = currentData.userRegions ||[];
$("#erbanNo").val(erbanNo);
$("#starLevel").val(starLevel);
$("#id").val(id);