|
@@ -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
|