|
@@ -37,6 +37,7 @@ onMounted(() => {
|
|
const futureDate = new Date(execcuteDate);
|
|
const futureDate = new Date(execcuteDate);
|
|
params.startDate = dateFormat(pastDate, "YY-mm-dd");
|
|
params.startDate = dateFormat(pastDate, "YY-mm-dd");
|
|
params.endDate = dateFormat(futureDate, "YY-mm-dd");
|
|
params.endDate = dateFormat(futureDate, "YY-mm-dd");
|
|
|
|
+ params.limit = 20
|
|
}
|
|
}
|
|
getImageList(params)
|
|
getImageList(params)
|
|
});
|
|
});
|