居民订单

This commit is contained in:
liuye
2023-04-23 15:30:02 +08:00
parent 53d9e5f558
commit 090fceabbe

View File

@@ -1,7 +1,7 @@
<template> <template>
<ai-list v-if="!isShowDetail"> <ai-list v-if="!isShowDetail">
<template slot="title"> <template slot="title">
<ai-title title="订单管理" :isShowBottomBorder="false" v-model="areaId" :isShowArea="currIndex === '1'" :hideLevel="hideLevel - 1" @change="onAreaChange"> <ai-title title="订单管理" :isShowBottomBorder="false" v-model="areaId" :isShowArea="currIndex != '1'" :hideLevel="hideLevel - 1" @change="onAreaChange">
</ai-title> </ai-title>
</template> </template>
<template slot="tabs"> <template slot="tabs">
@@ -77,7 +77,7 @@
methods: { methods: {
onAreaChange () { onAreaChange () {
if (this.currIndex === '1') { if (this.currIndex != '1') {
this.$nextTick(() => { this.$nextTick(() => {
this.$refs[this.currIndex][0].getList() this.$refs[this.currIndex][0].getList()
}) })