north-glass-erp/northglass-erp/src/views/pp/processCard/SelectProcessCard.vue
@@ -110,7 +110,7 @@ .toISOString() .replace('T', ' ') .slice(0, 10) //默认开始时间7天前 const end = new Date(new Date().getTime() + 3600 * 1000 * 24) const end = new Date(new Date().getTime()) .toISOString() .replace('T', ' ') .slice(0, 10)//默认结束时间当前时间