first commit
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 getCalculateCreator(startDate, endDate) {
|
||||
return Vue.axios.get('/admin/calculate/creator?startDateStr=' + startDate + '&endDateStr=' + endDate);
|
||||
}
|
||||
|
||||
export { getCalculateCreator }
|
Reference in New Issue
Block a user