浏览代码

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

zhangsiya 2 年之前
父节点
当前提交
aa1b645c34
共有 1 个文件被更改,包括 0 次插入1 次删除
  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