Commit f20bbdbd authored by duxinyuan's avatar duxinyuan

vue dist

parent f9643e49
......@@ -23,4 +23,4 @@
if(!doc.addEventListener) return;
win.addEventListener(resizeEvt, recalc, false);
doc.addEventListener('DOMContentLoaded', recalc, false);
})(document, window);</script><link href=./static/css/app.bd4b65a95275c058ffca1b821d691feb.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.6312b5cfb2cc516319ca.js></script></body></html>
\ No newline at end of file
})(document, window);</script><link href=./static/css/app.6cd03a207b1077bd0caf48cd7df40c33.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.ad0e0d131a0261acd8c6.js></script></body></html>
\ 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.
......@@ -2,7 +2,8 @@
<div>
<!--<header-pulic :data="headerData" v-on:lisentenStatus="lisentenStatus"></header-pulic>-->
<header-persional :data="headerData" v-on:lisentenStatus="lisentenStatus"></header-persional>
<div class="search_area" style="padding-left:.1rem;margin-top:0.1rem;" v-show="agent_status==0">
<div class="search_area" style="padding-left:.1rem;margin-top:0.1rem;" >
<!--v-show="agent_status==0"-->
<myDatepicker @change="changeTime" :date="startTime" :option="multiOption" :limit="limit"></myDatepicker>
<!--<myDatepicker @change="changeTime1" :date="endtime" :option="timeoption" :limit="limit"></myDatepicker>-->
<!--@change="changeStr2"-->
......@@ -220,6 +221,10 @@
let that = this ;
console.log(status);
that.agent_status = status ;
that.pageNo = 1 ;
if ( status == 1 ){
that.startTime0 = that.thisday;
}
this.initData();
},
handleScroll(){
......@@ -335,12 +340,15 @@
// }
//agent_status
var params = {
'start_date' : that.agent_status == 1 ? that.thisday : startTime ,
// 'start_date' : that.agent_status == 1 ? that.thisday : startTime ,
'start_date' : startTime ,
// 'end_date' : endTime,
"agents_id" : that.urlParams.agents_id ,
'AuthToken' : that.urlParams.token,
"users_id" : that.agent_status == 1 ? '' : id,
"users_type" : that.agent_status == 1 ? '0' : status,//that.userType,
// "users_id" : that.agent_status == 1 ? '' : id,
"users_id" : id,
"users_type" : status,//that.userType,
// "users_type" : that.agent_status == 1 ? '0' : status,//that.userType,
'pageNo' : pageNo,
"pageSize" : 30
}
......
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