Commit 9e131649 authored by lvshibao's avatar lvshibao

数据分析-违规坐席分析-获取选取日期的坐席

parent 6ef23c03
......@@ -85,7 +85,7 @@ new Vue({
},
getTake() {
let that = this;
RquestsGet('api/v1/tasks/seat/?task=' + that.taskvalue).then(data => {
RquestsGet('api/v1/tasks/seat/?task=' + that.taskvalue + '&start_date=' + this.start_date + '&end_date=' + this.end_date).then(data => {
//console.log(data);
if (data.code != 0) {
......
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