Commit 28e154cf authored by duxinyuan's avatar duxinyuan

bug

parent a0ac2ee1
...@@ -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.2f3b21f408c32e88d8be90d2caf52cb2.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.c1544c6e64ebde97066c.js></script><script type=text/javascript src=./static/js/app.554636cc5d56fc3bbf58.js></script></body></html> })(document, window);</script><link href=./static/css/app.c2bef3b6a0d6fe0e5c0d1d9a79eed265.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.c1544c6e64ebde97066c.js></script><script type=text/javascript src=./static/js/app.c52a69e77d7194f2182b.js></script></body></html>
\ No newline at end of file \ No newline at end of file
...@@ -353,7 +353,9 @@ ...@@ -353,7 +353,9 @@
} }
] ]
that.agencyList = listArray; that.agencyList = listArray;
that.dataList = listArray ; if ( that.status == 0) {
that.dataList = listArray ;
}
}, },
initCaseFeeList : function(list){ initCaseFeeList : function(list){
...@@ -443,6 +445,9 @@ ...@@ -443,6 +445,9 @@
] ]
that.caseFeeList = caseFeeList ; that.caseFeeList = caseFeeList ;
// that.dataList = caseFeeList ; // that.dataList = caseFeeList ;
if ( that.status == 1) {
that.dataList = caseFeeList ;
}
}, },
initEarnestMoneyList : function(list){ initEarnestMoneyList : function(list){
...@@ -519,7 +524,10 @@ ...@@ -519,7 +524,10 @@
} }
] ]
that.earnestMoneyList = earnestMoneyList that.earnestMoneyList = earnestMoneyList
// that.dataList = earnestMoneyList ; // that.dataList = earnestMoneyList ; \n
if ( that.status == 2) {
that.dataList = earnestMoneyList;
}
}, },
initCustodyMoneyList : function(list){ initCustodyMoneyList : function(list){
...@@ -590,6 +598,9 @@ ...@@ -590,6 +598,9 @@
} }
] ]
that.custodyMoneyList = custodyMoneyList that.custodyMoneyList = custodyMoneyList
if ( that.status == 2) {
that.dataList = custodyMoneyList;
}
}, },
initChange : function(list){ initChange : function(list){
...@@ -688,7 +699,7 @@ ...@@ -688,7 +699,7 @@
str = "林老师支付宝" ; str = "林老师支付宝" ;
break ; break ;
case 12 : case 12 :
str = "姐支付宝" ; str = "姐支付宝" ;
break ; break ;
case 20: case 20:
str = "施总微信" ; str = "施总微信" ;
...@@ -697,7 +708,7 @@ ...@@ -697,7 +708,7 @@
str = "林老师微信" ; str = "林老师微信" ;
break ; break ;
case 22: case 22:
str = "姐微信" ; str = "姐微信" ;
break ; break ;
case 30: case 30:
str = "pos机器" ; str = "pos机器" ;
......
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