|
@@ -256,8 +256,8 @@ async function processTask(timeRange){
|
|
|
let detail_item = await process_material_list(response,0,timeRange)
|
|
|
// { page: 1, offset: 0, limit: 500 },
|
|
|
task_params = helper.getPaginationParams(detail_item.count,500)
|
|
|
+ task_params.shift()
|
|
|
detail_task.push(detail_item)
|
|
|
-
|
|
|
// for (let index = 0; index < detail_task.length; index++) {
|
|
|
// const element = detail_task[index];
|
|
|
// const pull_task_item = get_pull_data_task();
|