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