bug
This commit is contained in:
@@ -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()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user