|
@@ -102,7 +102,7 @@ async function processDetailTask() {
|
|
let response = await pullDataService.get_detail(materialId_list)
|
|
let response = await pullDataService.get_detail(materialId_list)
|
|
if(!response.success){
|
|
if(!response.success){
|
|
console.log("get_detail:",response)
|
|
console.log("get_detail:",response)
|
|
- throw {msg:response,timeRange:cur_timeRange,fun:"get_detail"}
|
|
|
|
|
|
+ throw {msg:response,timeRange:cur_timeRange,fun:"get_detail",materialId_list:materialId_list}
|
|
}
|
|
}
|
|
|
|
|
|
if(cur_timeRange!=null){
|
|
if(cur_timeRange!=null){
|