diff --git a/src/views/room/movieRoom/hook.tsx b/src/views/room/movieRoom/hook.tsx index 22941d8..528dd2a 100644 --- a/src/views/room/movieRoom/hook.tsx +++ b/src/views/room/movieRoom/hook.tsx @@ -169,23 +169,11 @@ export function useData() { const FormRef = exportFormRef.value.getRef(); const curData = options.props.formInline; const exportData = async (formData) => { - console.log(formData) - debugger const { data, code } = await queryMovieRoom({ ...formData, page: 1, page_limit: 200000 }); - // const { data, code } = await queryGiftGiveList({ - // ...formData, - // send_user: searchForm.value.send_user, - // gift_user: searchForm.value.gift_user, - // from_id: searchForm.value.from_id, - // gift_id: searchForm.value.gift_id, - // from: searchForm.value.from, - // page: 1, - // page_limit: 20000 - // }); if (code) { exportTableList = data.lists; const res = exportTableList.map(item => {