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> <template>
<ai-list class="AppIntegratingAudit"> <ai-list class="AppIntegratingAudit">
<template slot="title"> <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> </ai-title>
</template> </template>
<template slot="content"> <template slot="content">
@@ -142,7 +142,7 @@
}, },
created () { created () {
// this.search.areaId = this.user.info.areaId this.search.areaId = this.user.info.areaId
this.$dict.load('appIntegralApplyEventStatus', 'appIntegralApplyEventPushStatus').then(() => { this.$dict.load('appIntegralApplyEventStatus', 'appIntegralApplyEventPushStatus').then(() => {
this.getList() this.getList()
this.getRulesList() this.getRulesList()