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() })