Commit 61fdac5b by liuchenxi

update:触达效果

parent 20be18fc
......@@ -343,6 +343,7 @@ export default {
this.getTableList();
},
storeChange(val) {
this.isAdd = false;
this.uuid = val;
this.getTableList();
}
......
<template>
<div class="content">
<div class="top" v-if="!isCluePage">
<div class="left">计划:踏青特惠</div>
<div class="left">计划:{{ $route.query.name }}</div>
<div class="right" v-if="isRepeat">批次合计:{{ batchNum }} / 最新批次时间:{{ batchTimes }}</div>
</div>
<div class="middle" v-for="(item, index) in data" :key="index">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment