nidapeng
2024-03-28 dc3cfa57c400ded43fdac3a73c7be27a18a90b23
company/src/api/business/member.js
@@ -33,3 +33,10 @@
        download: true
    })
}
// 导出Excel
export function memberExportExcel (data) {
    return request.post('/business/member/exportExcel', data, {
        download: true
    })
}