소스 검색

fix:我的sop一键群发

ct 1 개월 전
부모
커밋
97ccc5c89a
4개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      src/views/qw/sop/deptSop.vue
  2. 1 1
      src/views/qw/sop/mySop.vue
  3. 1 1
      src/views/qw/sop/sop.vue
  4. 2 1
      src/views/qw/sopUserLogsInfo/sendMsgSopOpenTool.vue

+ 1 - 1
src/views/qw/sop/deptSop.vue

@@ -1117,7 +1117,7 @@ export default {
     handleCampSendMsg(){
 
       setTimeout(() => {
-        this.$refs.sendMsgSopOpenTool.oneClickGroupSending(this.ids,2,this.queryParams.corpId);
+        this.$refs.sendMsgSopOpenTool.oneClickGroupSending(this.ids,2,this.queryParams.corpId,0);
       }, 500);
 
     },

+ 1 - 1
src/views/qw/sop/mySop.vue

@@ -1116,7 +1116,7 @@ export default {
     handleCampSendMsg(){
 
       setTimeout(() => {
-        this.$refs.sendMsgSopOpenTool.oneClickGroupSending(this.ids,2,this.queryParams.corpId);
+        this.$refs.sendMsgSopOpenTool.oneClickGroupSending(this.ids,2,this.queryParams.corpId,1);
       }, 500);
 
     },

+ 1 - 1
src/views/qw/sop/sop.vue

@@ -1118,7 +1118,7 @@ export default {
     handleCampSendMsg(){
 
       setTimeout(() => {
-        this.$refs.sendMsgSopOpenTool.oneClickGroupSending(this.ids,2,this.queryParams.corpId);
+        this.$refs.sendMsgSopOpenTool.oneClickGroupSending(this.ids,2,this.queryParams.corpId,0);
       }, 500);
 
     },

+ 2 - 1
src/views/qw/sopUserLogsInfo/sendMsgSopOpenTool.vue

@@ -408,12 +408,13 @@ export default {
       this.videoNumOptions.open = false;
 
     },
-    oneClickGroupSending(val,type,corpId){
+    oneClickGroupSending(val,type,corpId,isMine){
 
       this.sendMsgOpen.open= true;
       this.msgForm.sopIds = val;
       this.msgForm.type = type;
       this.msgForm.corpId = corpId;
+      this.msgForm.isMine = isMine;
 
     },
     courseChange() {