修复 - 代充身份设置 - 因地区数组为空编辑打不开问题
This commit is contained in:
@@ -573,7 +573,7 @@ export default {
|
||||
}
|
||||
});
|
||||
|
||||
var userRegions = currentData.userRegions;
|
||||
var userRegions = currentData.userRegions ||[];
|
||||
$("#erbanNo").val(erbanNo);
|
||||
$("#starLevel").val(starLevel);
|
||||
$("#id").val(id);
|
||||
|
Reference in New Issue
Block a user