fb213c8f by yangjianbin

init

1 parent 46ecd3f7
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
96 layer.alert('请求成功'); 96 layer.alert('请求成功');
97 } 97 }
98 if(!data.code) { 98 if(!data.code) {
99 window.parent.location.reload(); 99 window.parent.reload();
100 layer_close(); 100 layer_close();
101 } 101 }
102 }, 102 },
......
...@@ -93,6 +93,9 @@ ...@@ -93,6 +93,9 @@
93 layer.msg('删除'); 93 layer.msg('删除');
94 }); 94 });
95 } 95 }
96 function reload() {
97 table.ajax.reload();
98 }
96 </script> 99 </script>
97 </body> 100 </body>
98 <html> 101 <html>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!