fb213c8f by yangjianbin

init

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