Commit f05ed0bd by crushh

update: dist

parent e68dda57
......@@ -7,7 +7,7 @@
| projectName | 项目名称 | String | 'memberTag' | 否 |
| creatorId |创建人id | String | '' | 是 |
| maxLimit | 最大可选择分组个数 | Number | 5 | 否 |
| showTabs | 展示些tab 1:我的客户分组,2:固化分组,3:金字塔会员分层 | Array | [1,2,3] | 否 |
| showTabs | 展示些tab 1:我的客户分组,2:固化分组,3:金字塔会员分层 | Array | [1,2,3] | 否 |
| onlyRead | 是否只读 | Boolean | false | 否 |
| realTimeType | 实时与非实时分组的可选 [0:可选非实时分组 1:可选实时分组 ]| Array | [] | 否 |
......
......@@ -429,6 +429,7 @@ export default {
type: 'warning'
}).then(() => {
stopActivityPlan({ planId: row.planId }).then(res => {
this.$message.success('操作成功');
this.getTableData();
});
});
......
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