bug
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
isShowBottomBorder
|
isShowBottomBorder
|
||||||
isShowArea
|
isShowArea
|
||||||
:hideLevel="user.info.areaList.length - 1"
|
:hideLevel="user.info.areaList.length - 1"
|
||||||
v-model="areaId"
|
v-model="search.areaId"
|
||||||
:instance="instance"
|
:instance="instance"
|
||||||
@change="onChange">
|
@change="onChange">
|
||||||
</ai-title>
|
</ai-title>
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
created () {
|
created () {
|
||||||
this.areaId = this.user.info.areaId
|
this.search.areaId = this.user.info.areaId
|
||||||
this.dict.load(['qjExaminationType']).then(() => {
|
this.dict.load(['qjExaminationType']).then(() => {
|
||||||
this.getList()
|
this.getList()
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user