记得上下班打卡 | git大法好,push需谨慎

Commit 45403f14 authored by dongchun's avatar dongchun

置空输入框

parent 192f788f
...@@ -87,6 +87,8 @@ ...@@ -87,6 +87,8 @@
promiseMethods('/kylin-acitve/add', 'post', JSON.stringify(data), 'application/json').then((res) => { promiseMethods('/kylin-acitve/add', 'post', JSON.stringify(data), 'application/json').then((res) => {
layer.msg("保存成功!") layer.msg("保存成功!")
$("#activityName").val('')
$("#ticketNum").val('')
$.operate.successCallback(res); $.operate.successCallback(res);
}) })
} }
......
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