|
@@ -59,12 +59,12 @@ const getList = () =>{
|
|
|
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");
|
|
|
}
|
|
}
|
|
|
- VE_API.image.list(params).then(res => {
|
|
|
|
|
- if(res.code === 0){
|
|
|
|
|
- images.value = res.data
|
|
|
|
|
- eventBus.emit('image:resultNum',res.data.length)
|
|
|
|
|
- }
|
|
|
|
|
- })
|
|
|
|
|
|
|
+ // VE_API.image.list(params).then(res => {
|
|
|
|
|
+ // if(res.code === 0){
|
|
|
|
|
+ // images.value = res.data
|
|
|
|
|
+ // eventBus.emit('image:resultNum',res.data.length)
|
|
|
|
|
+ // }
|
|
|
|
|
+ // })
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
</script>
|
|
</script>
|