Commit 8e80658b authored by lvshibao's avatar lvshibao

seat页面修改

parent d3ad6ead
...@@ -144,7 +144,7 @@ new Vue({ ...@@ -144,7 +144,7 @@ new Vue({
}, },
getTake() { getTake() {
let that = this; let that = this;
RquestsGet('api/v1/tasks/seat/?city=' + that.cityvalue + '&country=' + that.countryvalue + '&start_date=' + this.start_date + '&end_date=' + this.end_date).then(data => { RquestsGet('api/v1/tasks/seat/?city=' + that.cityvalue + '&country=' + that.countryvalue + '&team=' + that.teamvalue + '&start_date=' + this.start_date + '&end_date=' + this.end_date).then(data => {
//console.log(data); //console.log(data);
if (data.code != 0) { 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