地区切换修复
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<section class="AppBIBoard" :class="{fullscreen}">
|
||||
<ai-fit-view @scale="v=>scale=v">
|
||||
<ai-dv-wrapper ref="fddv" title="丰收号-家庭互助" :instance="instance" :mask="false" @pick="getData()">
|
||||
<ai-dv-wrapper ref="fddv" title="丰收号-家庭互助" :instance="instance" :mask="false">
|
||||
<template v-slot:head="head">
|
||||
<fengdu-head v-model="areaId" v-bind="head" @fullscreen="handleFullScreen" @setting="handleSetting"/>
|
||||
</template>
|
||||
@@ -358,6 +358,10 @@ export default {
|
||||
},
|
||||
dialog(v) {
|
||||
!v && (this.detail = {})
|
||||
},
|
||||
areaId(v) {
|
||||
console.log(v)
|
||||
!!v && this.getData()
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user