|
@@ -57,7 +57,7 @@ const getReportList = () => {
|
|
|
page: studentPage.value.current,
|
|
|
per_page: studentPage.value.size
|
|
|
};
|
|
|
- proxy?.$http.common.reportList(params).then((res: any) => {
|
|
|
+ proxy?.$http.analysis.reportList(params).then((res: any) => {
|
|
|
if (res.data.length > 0) {
|
|
|
let list = res.data.map((item: any) => {
|
|
|
|