|
@@ -170,7 +170,7 @@ async function process_material_list(response,page) {
|
|
|
}
|
|
|
if(cur_timeRange!=null){
|
|
|
const today = helper.getLocalDate();
|
|
|
- console.log("response.data:",response.data,today)
|
|
|
+ // console.log("response.data:",response.data,today)
|
|
|
if(cur_day_data.get(today)[cur_timeRange.start]){
|
|
|
console.log("response.data.count:",response.data.count)
|
|
|
console.log("(cur_day_data[today][timeRange.start]:",cur_day_data.get(today)[cur_timeRange.start])
|