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 =[] }