群发统计

This commit is contained in:
yanran200730
2023-03-01 14:17:19 +08:00
parent d121bb6a73
commit e45ebaa025
6 changed files with 24 additions and 25 deletions

View File

@@ -1,8 +1,8 @@
<template>
<div class="AppAnnounceWeChat">
<!-- <keep-alive :include="['List']"> -->
<keep-alive :include="['List']">
<component ref="component" :is="component" @change="onChange" :params="params" :instance="instance" :dict="dict"></component>
<!-- </keep-alive> -->
</keep-alive>
</div>
</template>
@@ -55,7 +55,7 @@
this.params = data.params
}
if (data.type === 'list') {
if (data.type === 'List') {
this.component = 'List'
this.params = data.params