|
@@ -12,7 +12,6 @@ import "./cacheImg.js"
|
|
|
import AlbumCarouselItem from "./albumCarouselItem";
|
|
|
import {dateFormat} from "@/utils/date_util.js"
|
|
|
import eventBus from "@/api/eventBus";
|
|
|
-
|
|
|
const props =defineProps({
|
|
|
// sampleId:{
|
|
|
// type: [Number, String],
|
|
@@ -39,7 +38,7 @@ onMounted(() => {
|
|
|
params.startDate = dateFormat(pastDate, "YY-mm-dd");
|
|
|
params.endDate = dateFormat(futureDate, "YY-mm-dd");
|
|
|
}
|
|
|
- // getImageList(params)
|
|
|
+ getImageList(params)
|
|
|
});
|
|
|
|
|
|
const updateData = () =>{
|