Commit 4dd3a43b by caoyanzhi

update: 门店视图详情导出去掉时分秒

parent b9999d41
......@@ -388,8 +388,8 @@ export default {
title: this.conditionObj.title
};
if (Array.isArray(this.conditionObj.date) && this.conditionObj.date.length == 2) {
para.createTimeStart = `${this.conditionObj.date[0]} 00:00:00`;
para.createTimeEnd = `${this.conditionObj.date[1]} 23:59:59`;
para.createTimeStart = this.conditionObj.date[0];
para.createTimeEnd = this.conditionObj.date[1];
}
postExcel('/haoban-app-tel-task-three-web/task/export-store-view-clerk-list', para)
.then(res => {
......
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