Browse Source

feat:群发消息-消息类型接口联调,数据处理

zhangsiya 2 years ago
parent
commit
aa1b645c34
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/msgManage/sendingMsg.vue

+ 0 - 1
src/views/msgManage/sendingMsg.vue

@@ -176,7 +176,6 @@ export default {
             this.send.userGroupId = res.data.send_usergroup_id?res.data.send_usergroup_id.split(','):[]
             this.send.userGroupName = res.data.send_usergroup_name?res.data.send_usergroup_name.split(','):[]
           }
-          console.log(res.data.msg_type)
           this.send.msgType = res.data?.msg_type?.toString()
           this.send.sendMode = String(res.data.send_mode)
           this.send.sendTime = res.data.send_time