Commit 10c6fb7e by caoyanzhi

Merge branch 'bugfix/迭代bug' into dev

parents 194e13f4 4dd3a43b
......@@ -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