Commit 52ab4db0 authored by 刘明珠's avatar 刘明珠

优化

parent aae15c45
......@@ -247,9 +247,9 @@ function initPage(companyInfo) {
data: param,
type: "POST",
dataType: "JSON",
// beforeSend:function(){
// myAlert("提示", "正在获取申报清册信息", "确定")
// },
beforeSend:function(){
myAlert("提示", "正在获取初始化信息", "确定")
},
}).done(function (data) {
console.log(data)
if (data.success) {
......
......@@ -368,6 +368,9 @@ function dateProcessing(type) {
},
_hide: function _hide() {
$("#mb_box,#mb_con").remove();
},
automaticClose: function automaticClose(){
}
// Shortuct functions
};
......
Markdown is supported
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