From 80153760f59d3753b2d4365dc93d86477c0f7383 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Thu, 28 Aug 2025 13:24:23 +0800 Subject: [PATCH] change --- pages/ftdl/fixedpoint-work.vue | 4 ++-- pages/ftdl/inout-area-mark.vue | 2 +- pages/ftdl/kc-manage.vue | 2 +- pages/ftdl/line-down-mater.vue | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/ftdl/fixedpoint-work.vue b/pages/ftdl/fixedpoint-work.vue index 42c64a0..0618966 100644 --- a/pages/ftdl/fixedpoint-work.vue +++ b/pages/ftdl/fixedpoint-work.vue @@ -79,7 +79,7 @@ try { let res = await getRegions() if (res) { - this.options = res + this.options = res.data } else { this.options =[] } @@ -95,7 +95,7 @@ try { let res = await getRegions() if (res) { - this.options2 = res + this.options2 = res.data } else { this.options2 =[] } diff --git a/pages/ftdl/inout-area-mark.vue b/pages/ftdl/inout-area-mark.vue index b1e499c..c7b448d 100644 --- a/pages/ftdl/inout-area-mark.vue +++ b/pages/ftdl/inout-area-mark.vue @@ -85,7 +85,7 @@ try { let res = await getRegions() if (res) { - this.options = res + this.options = res.data } else { this.options =[] } diff --git a/pages/ftdl/kc-manage.vue b/pages/ftdl/kc-manage.vue index ea0e5b2..d070952 100644 --- a/pages/ftdl/kc-manage.vue +++ b/pages/ftdl/kc-manage.vue @@ -148,7 +148,7 @@ try { let res = await getRegions() if (res) { - this.options = res + this.options = res.data } else { this.options =[] } diff --git a/pages/ftdl/line-down-mater.vue b/pages/ftdl/line-down-mater.vue index ab943ba..811f05b 100644 --- a/pages/ftdl/line-down-mater.vue +++ b/pages/ftdl/line-down-mater.vue @@ -126,7 +126,7 @@ try { let res = await getRegions() if (res) { - this.options = res + this.options = res.data } else { this.options =[] }