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