Commit bc08e7e9 authored by agping's avatar agping

1

parent cfa9aa6c
...@@ -23,4 +23,4 @@ ...@@ -23,4 +23,4 @@
if(!doc.addEventListener) return; if(!doc.addEventListener) return;
win.addEventListener(resizeEvt, recalc, false); win.addEventListener(resizeEvt, recalc, false);
doc.addEventListener('DOMContentLoaded', recalc, false); doc.addEventListener('DOMContentLoaded', recalc, false);
})(document, window);</script><link href=./static/css/app.eb41a730c26fad7b2f083316ace7ca5d.css rel=stylesheet></head><body><div id=app></div><script src=https://api.tonglianjituan.com/app/js/libs/vue.min.js></script><script src=https://api.tonglianjituan.com/app/js/libs/vue-router.min.js></script><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.1b35a927314506fe4a4f.js></script><script type=text/javascript src=./static/js/app.dda1319d846fb8471458.js></script></body></html> })(document, window);</script><link href=./static/css/app.da888a807d0d96f89080f340ee8d24e4.css rel=stylesheet></head><body><div id=app></div><script src=https://api.tonglianjituan.com/app/js/libs/vue.min.js></script><script src=https://api.tonglianjituan.com/app/js/libs/vue-router.min.js></script><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.1b35a927314506fe4a4f.js></script><script type=text/javascript src=./static/js/app.3460dc75e6990038ed7a.js></script></body></html>
\ No newline at end of file \ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -214,26 +214,26 @@ ...@@ -214,26 +214,26 @@
layer.tipsX('提交财务日报的时间不能大于当天的时间'); layer.tipsX('提交财务日报的时间不能大于当天的时间');
return; return;
} }
if(!that.isAjaxSaving){ // if(!that.isAjaxSaving){
that.isAjaxSaving = true; // that.isAjaxSaving = true;
that.axios({ // that.axios({
method: 'post', // method: 'post',
// url: '/broker/addDaily', // url: '/broker/addDaily',
url: '', // url: '',
responseType: 'json', // responseType: 'json',
data: params // data: params
}).then(function(res){ // }).then(function(res){
that.commited = 1 ; // that.commited = 1 ;
that.initData(); // that.initData();
layer.tipsX(res.data.msg); // layer.tipsX(res.data.msg);
that.isAjaxSaving = false;//请求结束,再改为初始状态 // that.isAjaxSaving = false;//请求结束,再改为初始状态
}).catch(function(error){ // }).catch(function(error){
layer.tipsX(error); // layer.tipsX(error);
that.isAjaxSaving = false; // that.isAjaxSaving = false;
//
}); // });
//
} // }
}, },
initData : function(){ initData : function(){
......
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