From 5439435b1be7a64335a8d7430d8c47c78a571e8a Mon Sep 17 00:00:00 2001 From: jingrow Date: Thu, 2 Oct 2025 15:55:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B3=A8=E5=86=8C=E5=9F=9F?= =?UTF-8?q?=E5=90=8D=E9=A1=B5=E9=9D=A2=E5=9F=9F=E5=90=8D=E6=89=80=E6=9C=89?= =?UTF-8?q?=E8=80=85=E9=80=89=E9=A1=B9=E4=B8=BA=E7=A9=BA=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src2/pages/NewJsiteDomain.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src2/pages/NewJsiteDomain.vue b/dashboard/src2/pages/NewJsiteDomain.vue index e01e373..57db66f 100644 --- a/dashboard/src2/pages/NewJsiteDomain.vue +++ b/dashboard/src2/pages/NewJsiteDomain.vue @@ -952,7 +952,7 @@ export default { url: 'jcloud.api.domain_west.get_domain_owners', onSuccess(response) { if (response.status === "Success") { - this.domainOwners = response.data || []; + this.domainOwners = response.data.items || []; } }, onError(error) {