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

优化

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