From 104e966604adf64a2e2b254efc3c21eca0025d29 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 24 Mar 2023 10:49:47 +0800 Subject: [PATCH] bug --- project/qujing/app/AppCertificateIssuance/components/List.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/qujing/app/AppCertificateIssuance/components/List.vue b/project/qujing/app/AppCertificateIssuance/components/List.vue index 6941ab54..1286c846 100644 --- a/project/qujing/app/AppCertificateIssuance/components/List.vue +++ b/project/qujing/app/AppCertificateIssuance/components/List.vue @@ -6,7 +6,7 @@ isShowBottomBorder isShowArea :hideLevel="user.info.areaList.length - 1" - v-model="areaId" + v-model="search.areaId" :instance="instance" @change="onChange"> @@ -114,7 +114,7 @@ }, created () { - this.areaId = this.user.info.areaId + this.search.areaId = this.user.info.areaId this.dict.load(['qjExaminationType']).then(() => { this.getList() })