ce6d603d by yangjianbin

init

1 parent f8417391
......@@ -78,6 +78,10 @@
<script>
function save() {
layer_close();
window.parent.location.reload();
return;
var targetUrl = $("#add").attr("action");
var data = $("#add").serializeJson();
$.ajax({
......@@ -97,7 +101,7 @@
}
if(!data.code) {
layer_close();
window.location.reload();
window.parent.location.reload();
}
},
error: function () {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!