Commit 96ccbb32 by crushh

update: dist

parent dfcc2044
......@@ -30,7 +30,7 @@
<el-radio :label="0">客户筛选</el-radio>
<el-radio :label="1">客户分组</el-radio>
</el-radio-group>
<div class="tips" style="margin:0 0 12px 0;position: absolute; " v-if="form.memberType == 0">{{ this.form.scene == 3 ? '默认为全部未添加企微好友的客户' : '默认为权限范围内的全部客户' }}</div>
<div class="tips" style="margin:0 0 12px 0; " v-if="form.memberType == 0">{{ this.form.scene == 3 ? '默认为全部未添加企微好友的客户' : '默认为权限范围内的全部客户' }}</div>
<div>
<el-button v-if="form.memberType == 0 && !memberCrowdWidgetId && form.scene != 4" size="small" @click="ruleVisible = true">添加其他条件</el-button>
<ruleFilter v-show="form.memberType == 0 && form.scene != 4" :visiable.sync="ruleVisible" @save="handleRuleFilterSave" :memberCrowdWidgetId="memberCrowdWidgetId" />
......@@ -673,7 +673,7 @@ export default {
this.$confirm(`本次外呼费用预计需要消费 ${totalCount} 元,是否继续创建?`, '提示', {
type: 'warning'
}).then(() => {
this.submit();
this.submit(data);
});
} else {
this.$confirm(`本次外呼费用预计需要消费 ${totalCount}元,当前账户余额不足,请充值`, '提示', {
......
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