@@ -244,5 +244,6 @@ $(function () {
return false;
}
$(this).text('添加中,请稍后...');
+ $(this).parents('form').submit();
})
});