三七 6 日 前
コミット
a91d7833e4

+ 1 - 1
src/views/qw/sopUserLogsInfo/sendMsgOpenTool.vue

@@ -872,7 +872,7 @@ export default {
             }
           }
 
-
+          this.msgForm.setting=JSON.stringify(this.setting)
 
           this.sendMsgOpen.open = false;
 

+ 1 - 1
src/views/qw/sopUserLogsInfo/sopUserLogsInfoDetails.vue

@@ -1317,7 +1317,6 @@ export default {
       this.$refs["msgForm"].validate(valid => {
         if (valid) {
 
-          this.msgForm.setting=JSON.stringify(this.setting)
           this.msgForm.ids=this.ids;
           this.msgForm.sopId=this.queryParams.sopId;
           this.msgForm.userIdParam=this.queryParams.userIdParam;
@@ -1391,6 +1390,7 @@ export default {
             }
           }
 
+          this.msgForm.setting=JSON.stringify(this.setting)
           this.sendMsgOpen.open = false;
 
           const loading = this.$loading({