群发统计
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user