From 7a5882c6180911cb7ab6e798dba628d979e8b06e Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 21 Mar 2022 17:34:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=8C=BA=E7=BB=84=E4=BB=B6=E5=AE=8C?= =?UTF-8?q?=E5=85=A8=E9=87=8D=E6=9E=84=E5=85=BC=E5=AE=B9=E8=8B=B9=E6=9E=9C?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AiAreaPicker/AiAreaPicker.vue | 308 ++--------------- src/components/pages/selectArea.vue | 344 +++++++++++++++++++ src/mods/AppVideoSurve/AppVideoSurve.vue | 4 +- 3 files changed, 374 insertions(+), 282 deletions(-) create mode 100644 src/components/pages/selectArea.vue diff --git a/src/components/AiAreaPicker/AiAreaPicker.vue b/src/components/AiAreaPicker/AiAreaPicker.vue index abecc76..7a3269a 100644 --- a/src/components/AiAreaPicker/AiAreaPicker.vue +++ b/src/components/AiAreaPicker/AiAreaPicker.vue @@ -1,52 +1,26 @@ diff --git a/src/mods/AppVideoSurve/AppVideoSurve.vue b/src/mods/AppVideoSurve/AppVideoSurve.vue index a8eec1d..6256c35 100644 --- a/src/mods/AppVideoSurve/AppVideoSurve.vue +++ b/src/mods/AppVideoSurve/AppVideoSurve.vue @@ -61,10 +61,10 @@ export default { }, computed: {...mapState(['user'])}, onLoad() { - }, - onShow() { this.areaId = this.$areaId this.areaName = this.$areaName + }, + onShow() { this.getList() }, methods: {