form
This commit is contained in:
parent
24a59fb853
commit
ff2ae30623
@ -3,7 +3,7 @@ import api from './client';
|
|||||||
export const FormsSheetApi = {
|
export const FormsSheetApi = {
|
||||||
get(form, sheetName) {
|
get(form, sheetName) {
|
||||||
return api
|
return api
|
||||||
.get(`/form/${4}/sheet/${sheetName}`)
|
.get(`/form/${4}/sheet/${sheetName}?direction=Support`)
|
||||||
// .get(`/forms/${form}/sheet/${sheetName}`)
|
// .get(`/forms/${form}/sheet/${sheetName}`)
|
||||||
.then((r) => r.data);
|
.then((r) => r.data);
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user