From 3964cc27697bda330a0e96b3dfd163cbb7a81a11 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 22 Dec 2021 11:05:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/3.0.0/AppContentInfo/components/List.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/3.0.0/AppContentInfo/components/List.vue b/packages/3.0.0/AppContentInfo/components/List.vue index e5ae06d0..206f0c9c 100644 --- a/packages/3.0.0/AppContentInfo/components/List.vue +++ b/packages/3.0.0/AppContentInfo/components/List.vue @@ -65,7 +65,8 @@ search: { current: 1, size: 10, - title: '' + title: '', + areaId: '' }, currIndex: -1, areaList: [], @@ -87,7 +88,7 @@ ...mapState(['user']) }, - mounted() { + created() { this.search.areaId = this.user.info.areaId this.getList() },