|
|
|
@ -380,10 +380,10 @@
|
|
|
|
url += "&date=" + this.selectDate;
|
|
|
|
url += "&date=" + this.selectDate;
|
|
|
|
if (this.keyword)
|
|
|
|
if (this.keyword)
|
|
|
|
url += "&keyword=" + this.keyword;
|
|
|
|
url += "&keyword=" + this.keyword;
|
|
|
|
if (this.status)
|
|
|
|
if (typeof(this.status) != "undefined")
|
|
|
|
url += "&status=" + this.status;
|
|
|
|
url += "&status=" + this.status;
|
|
|
|
if (this.plan_id)
|
|
|
|
if (this.select.plan_id)
|
|
|
|
url += "&act_plan_link_id=" + this.plan_id;
|
|
|
|
url += "&act_plan_link_id=" + this.select.plan_id;
|
|
|
|
url += "&is_export=" + this.is_export;
|
|
|
|
url += "&is_export=" + this.is_export;
|
|
|
|
url = location.host + url;
|
|
|
|
url = location.host + url;
|
|
|
|
console.log(url)
|
|
|
|
console.log(url)
|
|
|
|
|