nidapeng
2024-04-02 74225654b1d1dba53fe00b3a5e9b9e91cfa0c922
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
    })
}