From 01b50abf7a7ac8bedc32634d3e4984fb56b1641f Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Thu, 17 Sep 2020 17:55:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/congratulation/CongratulationTop.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/congratulation/CongratulationTop.vue b/src/views/ebiz/congratulation/CongratulationTop.vue index 0e729732b..1c14c3730 100644 --- a/src/views/ebiz/congratulation/CongratulationTop.vue +++ b/src/views/ebiz/congratulation/CongratulationTop.vue @@ -87,7 +87,7 @@ export default { methods: { async init() { let currMonth = dateUtil.formatDate(new Date(), 'yyyy-MM-dd') - let data = await getCongratulationList({ date: currMonth, queryType: 'm' }) + let data = await getCongratulationList({ date: currMonth }) let result = data.content let topList = result.list.splice(0, 30) topList.map(value => {