nidapeng
2024-04-01 b7d8138083f5a49ec0c9f7dbd0a722b031d84f88
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
    })
}