فهرست منبع

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.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(','):[]
             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.msgType = res.data?.msg_type?.toString()
           this.send.sendMode = String(res.data.send_mode)
           this.send.sendMode = String(res.data.send_mode)
           this.send.sendTime = res.data.send_time
           this.send.sendTime = res.data.send_time