|
@@ -634,7 +634,7 @@ export default {
|
|
|
this.isMessagePost = false;
|
|
|
this.reporteditMsg(params2,tp)
|
|
|
}else if(isPost){
|
|
|
- this.$confirm('发布后,是否推送模板消息和客户群?', '发布提示', {
|
|
|
+ this.$confirm('发布后,是否推送模板消息?', '发布提示', {
|
|
|
confirmButtonText: '推送',
|
|
|
cancelButtonText: '不推送',
|
|
|
type: 'warning',
|
|
@@ -671,7 +671,7 @@ export default {
|
|
|
this.isMessagePost = false;
|
|
|
this.reportaddMsg(params,tp)
|
|
|
}else if(isPost){
|
|
|
- this.$confirm('发布后,是否推送模板消息和客户群?', '发布提示', {
|
|
|
+ this.$confirm('发布后,是否推送模板消息?', '发布提示', {
|
|
|
confirmButtonText: '推送',
|
|
|
cancelButtonText: '不推送',
|
|
|
type: 'warning',
|