라이브 정산 페이지 추가
This commit is contained in:
7
src/api/calculate.js
Normal file
7
src/api/calculate.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import Vue from 'vue';
|
||||
|
||||
async function getCalculateLive(startDate, endDate) {
|
||||
return Vue.axios.get('/creator-admin/calculate/live?startDateStr=' + startDate + '&endDateStr=' + endDate);
|
||||
}
|
||||
|
||||
export { getCalculateLive }
|
||||
Reference in New Issue
Block a user