更新
This commit is contained in:
@@ -169,23 +169,11 @@ export function useData() {
|
|||||||
const FormRef = exportFormRef.value.getRef();
|
const FormRef = exportFormRef.value.getRef();
|
||||||
const curData = options.props.formInline;
|
const curData = options.props.formInline;
|
||||||
const exportData = async (formData) => {
|
const exportData = async (formData) => {
|
||||||
console.log(formData)
|
|
||||||
debugger
|
|
||||||
const { data, code } = await queryMovieRoom({
|
const { data, code } = await queryMovieRoom({
|
||||||
...formData,
|
...formData,
|
||||||
page: 1,
|
page: 1,
|
||||||
page_limit: 200000
|
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) {
|
if (code) {
|
||||||
exportTableList = data.lists;
|
exportTableList = data.lists;
|
||||||
const res = exportTableList.map(item => {
|
const res = exportTableList.map(item => {
|
||||||
|
|||||||
Reference in New Issue
Block a user