main #2

Merged
jingrow merged 250 commits from main into v1 2026-01-13 22:45:50 +08:00
Showing only changes of commit 5439435b1b - Show all commits

View File

@ -952,7 +952,7 @@ export default {
url: 'jcloud.api.domain_west.get_domain_owners', url: 'jcloud.api.domain_west.get_domain_owners',
onSuccess(response) { onSuccess(response) {
if (response.status === "Success") { if (response.status === "Success") {
this.domainOwners = response.data || []; this.domainOwners = response.data.items || [];
} }
}, },
onError(error) { onError(error) {