bug
This commit is contained in:
@@ -230,6 +230,7 @@
|
|||||||
:visible.sync="isShowGroups"
|
:visible.sync="isShowGroups"
|
||||||
width="890px"
|
width="890px"
|
||||||
title="群发范围"
|
title="群发范围"
|
||||||
|
customFooter
|
||||||
@onConfirm="isShowGroups = false">
|
@onConfirm="isShowGroups = false">
|
||||||
<ai-table
|
<ai-table
|
||||||
:tableData="info.wxGroups"
|
:tableData="info.wxGroups"
|
||||||
@@ -239,6 +240,9 @@
|
|||||||
:isShowPagination="false"
|
:isShowPagination="false"
|
||||||
@getList="() => {}">
|
@getList="() => {}">
|
||||||
</ai-table>
|
</ai-table>
|
||||||
|
<div class="dialog-footer" slot="footer">
|
||||||
|
<el-button @click="isShowGroups = false">关闭</el-button>
|
||||||
|
</div>
|
||||||
</ai-dialog>
|
</ai-dialog>
|
||||||
<div class="detail-phone" v-if="isShowPhone">
|
<div class="detail-phone" v-if="isShowPhone">
|
||||||
<div class="mask"></div>
|
<div class="mask"></div>
|
||||||
|
|||||||
@@ -433,7 +433,6 @@ export default {
|
|||||||
sendScope: '0',
|
sendScope: '0',
|
||||||
sendType: 0,
|
sendType: 0,
|
||||||
name: '',
|
name: '',
|
||||||
executorList: [],
|
|
||||||
taskEndTime: '',
|
taskEndTime: '',
|
||||||
groupList: [],
|
groupList: [],
|
||||||
addTime: '',
|
addTime: '',
|
||||||
@@ -463,7 +462,7 @@ export default {
|
|||||||
...mapState(['user']),
|
...mapState(['user']),
|
||||||
|
|
||||||
groupLen() {
|
groupLen() {
|
||||||
return this.form.executorList.map(v => v.customerCount).reduce((prev, cur) => {
|
return this.form.groupList.map(v => v.customerCount).reduce((prev, cur) => {
|
||||||
return prev + cur
|
return prev + cur
|
||||||
}, 0)
|
}, 0)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -234,7 +234,7 @@
|
|||||||
<ai-dialog
|
<ai-dialog
|
||||||
:visible.sync="isShowTags"
|
:visible.sync="isShowTags"
|
||||||
width="800px"
|
width="800px"
|
||||||
title="选择标签'"
|
title="选择标签"
|
||||||
@close="onClose"
|
@close="onClose"
|
||||||
@onConfirm="onTagsConfirm">
|
@onConfirm="onTagsConfirm">
|
||||||
<div class="tags">
|
<div class="tags">
|
||||||
|
|||||||
Reference in New Issue
Block a user