111d306f by wang

init

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