This commit is contained in:
yanran200730
2023-03-24 10:49:47 +08:00
parent 7a7896b3f1
commit 104e966604

View File

@@ -6,7 +6,7 @@
isShowBottomBorder
isShowArea
:hideLevel="user.info.areaList.length - 1"
v-model="areaId"
v-model="search.areaId"
:instance="instance"
@change="onChange">
</ai-title>
@@ -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()
})