This commit is contained in:
yanran200730
2023-04-06 11:00:35 +08:00
parent 8288b7d26a
commit b7563eebc8

View File

@@ -1,7 +1,7 @@
<template>
<ai-list class="AppIntegratingAudit">
<template slot="title">
<ai-title title="积分审核" isShowBottomBorder isShowArea :hideLevel="hideLevel-1" @change="changeArea">
<ai-title title="积分审核" isShowBottomBorder v-model="search.areaId" isShowArea :hideLevel="hideLevel - 1" @change="changeArea">
</ai-title>
</template>
<template slot="content">
@@ -142,7 +142,7 @@
},
created () {
// this.search.areaId = this.user.info.areaId
this.search.areaId = this.user.info.areaId
this.$dict.load('appIntegralApplyEventStatus', 'appIntegralApplyEventPushStatus').then(() => {
this.getList()
this.getRulesList()