Browse Source

fix:我的sop一键群发

ct 2 days ago
parent
commit
97ccc5c89a

+ 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() {