This commit is contained in:
yanran200730
2022-01-12 16:11:06 +08:00
parent 9ab95599ab
commit 97ae55bc1f

View File

@@ -1,6 +1,6 @@
<template>
<ai-list class="list">
<ai-title slot="title" title="返乡登记" v-if="search.areaId" isShowBottomBorder :instance="instance" :disabledLevel="disabledLevel" isShowArea v-model="search.areaId" @change="changeArea"></ai-title>
<ai-title slot="title" title="返乡登记" v-if="search.arriveAreaId" isShowBottomBorder :instance="instance" :disabledLevel="disabledLevel" isShowArea v-model="search.arriveAreaId" @change="changeArea"></ai-title>
<template slot="content">
<div class="statistics-top">
<div class="statistics-top__item">
@@ -89,7 +89,7 @@
current: 1,
size: 10,
name: '',
areaId: '',
arriveAreaId: '',
status: ''
},
dictList: [{
@@ -139,7 +139,7 @@
created () {
this.disabledLevel = this.user.info.areaList.length - 1
this.search.areaId = this.user.info.areaId
this.search.arriveAreaId = this.user.info.areaId
this.loading = true
this.dict.load(['marriageType', 'marriagePersonType', 'modeType']).then(() => {
this.getList()