Commit f6fa9f54 authored by 季圣华's avatar 季圣华
Browse files

优化代码-仓库[主线]

parent 75b1f355
......@@ -99,16 +99,14 @@
<script type="text/javascript">
//初始化界面
$(function()
{
$(function(){
initTableData();
ininPager();
initForm();
});
//防止表单提交重复
function initForm()
{
function initForm(){
$('#depotFM').form({
onSubmit: function(){
return false;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment