111d306f by wang

init

1 parent bbead40b
......@@ -84,7 +84,7 @@
console.log(menuIds);
var targetUrl = $("#edit").attr("action");
var data = $("#edit").serializeJson();
var newData = {
var newData = {
nameZh:data['nameZh'],
id:data['id'],
menuIds:menuIds
......@@ -115,7 +115,7 @@
error: function () {
layer.alert("操作失败")
}
})
});
// layer_close();
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!