Commit cefdcc52 by crushh

update: dist

parent 3007cd86
......@@ -183,18 +183,16 @@ export default {
let para = {
enterpriseId: sessionStorage.getItem('userInfoBrandId'),
dataType: 1,
pageNum: this.pageParams.pageNum,
pageSize: this.pageParams.pageSize,
...this.pageParams,
startTime: this.pageParams.date[0],
endTime: this.pageParams.date[1],
storeId: this.$route.params.id,
taskTitle: this.pageParams.taskTitle,
finishOverStatus: this.pageParams.finishOverStatus
storeId: this.$route.params.id
};
let fileName = this.pageParams.date.length ? `群发任务-门店视图-任务详情_${para.startTime}${para.endTime}.xls` : `群发任务-门店视图-任务详情.xls`;
if (this.$route.query.hasOwnProperty('ecmPlanName')) {
para.ecmPlanName = this.$route.query.ecmPlanName;
url = '/haoban-task-manage-web/market/clue/export/plan-view-task-store-task-detail';
para.ecmPlanId = this.$route.query.ecmPlanId;
fileName = this.pageParams.date.length ? `群发任务-计划视图-任务门店详情-任务详情_${para.startTime}${para.endTime}.xls` : `群发任务-计划视图-任务门店详情-任务详情.xls`;
}
postExcel(url, para)
......
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