Commit 63ef1bee authored by 邓超's avatar 邓超

fix: 新增方案参数修改

parent c03a321b
Pipeline #39719 skipped with stages
...@@ -303,7 +303,7 @@ const EditModal = props => { ...@@ -303,7 +303,7 @@ const EditModal = props => {
IsDelete: template.IsDelete, IsDelete: template.IsDelete,
InputTime: moment().format('YYYY-MM-DD HH:mm:ss'), InputTime: moment().format('YYYY-MM-DD HH:mm:ss'),
Pusher: template.Pusher, Pusher: template.Pusher,
PushMode: push_mode, PushMode: push_mode.join(','),
PushPath: template.PushPath, PushPath: template.PushPath,
IsStarted: isUse, IsStarted: isUse,
MsgTemplateID: fv.message_template, MsgTemplateID: fv.message_template,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment