init
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -123,10 +123,10 @@ | ... | @@ -123,10 +123,10 @@ |
| 123 | error: function () { | 123 | error: function () { |
| 124 | layer.alert("操作失败") | 124 | layer.alert("操作失败") |
| 125 | } | 125 | } |
| 126 | }) | 126 | }); |
| 127 | // window.parent.msg('修改成功'); | 127 | // window.parent.msg('修改成功'); |
| 128 | 128 | ||
| 129 | layer_close(); | 129 | // layer_close(); |
| 130 | } | 130 | } |
| 131 | </script> | 131 | </script> |
| 132 | </body> | 132 | </body> | ... | ... |
-
Please register or sign in to post a comment