Commit d8c99c2b by 李洋

111

parent 2cf060fd
Showing with 1 additions and 1 deletions
...@@ -167,7 +167,7 @@ $('#choose-tpl').change(function () { ...@@ -167,7 +167,7 @@ $('#choose-tpl').change(function () {
//只要不是0(0是请选择...),就带入tpl_id并跳转刷新 //只要不是0(0是请选择...),就带入tpl_id并跳转刷新
if(0!=tpl_id) if(0!=tpl_id)
{ {
window.location.href="/message/sendManualMessage?tpl_id="+tpl_id; window.location.href="/message/sendmanualmessage?tpl_id="+tpl_id;
} }
}) })
......
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 sign in to comment