From e0cb8f132a959bdd9fa51db9dc193bf7155666b3 Mon Sep 17 00:00:00 2001 From: qiuyuan Date: Mon, 25 Aug 2025 11:16:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=BD=E5=A5=96=E8=AE=B0=E5=BD=95=E4=B8=AD?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=A0=B8=E9=94=80=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apis/modules/raffleProduct.js | 4 +- src/views/prizeDraw/lotteryOrders/index.vue | 117 ++++++++++++------ .../lotteryRules/components/EditDialog.vue | 8 +- 3 files changed, 87 insertions(+), 42 deletions(-) diff --git a/src/apis/modules/raffleProduct.js b/src/apis/modules/raffleProduct.js index f1747ef..22b72b8 100644 --- a/src/apis/modules/raffleProduct.js +++ b/src/apis/modules/raffleProduct.js @@ -15,4 +15,6 @@ export const delItem = (id) => request.basic.delete(`/api/v1/raffle-products/${i //获取抽奖记录 export const getRaffleOrders = (params) => request.basic.get('/api/v1/raffle-orders', params) // 导出文件 -export const exportFile = () => request.basic.get('/api/v1/apps/common/raffle/Atbrw2334D_FVadfyb435zr55q3') \ No newline at end of file +export const exportFile = () => request.basic.get('/api/v1/apps/common/raffle/Atbrw2334D_FVadfyb435zr55q3') +//核销抽奖 +export const updateProject = (id,params) => request.basic.put(`/api/v1/raffle-orders/${id}`, params) \ No newline at end of file diff --git a/src/views/prizeDraw/lotteryOrders/index.vue b/src/views/prizeDraw/lotteryOrders/index.vue index 42616c3..b8258d5 100644 --- a/src/views/prizeDraw/lotteryOrders/index.vue +++ b/src/views/prizeDraw/lotteryOrders/index.vue @@ -1,46 +1,34 @@