소스 검색

解决冲突

jwyu 1 년 전
부모
커밋
e494a8badb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/report_manage/addreportNew.vue

+ 2 - 2
src/views/report_manage/addreportNew.vue

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