Commit 4068e090 authored by limingzhe's avatar limingzhe

fix: debug

parent 9ffbc008
...@@ -622,7 +622,7 @@ export default class NewClass extends middleLayerBase { ...@@ -622,7 +622,7 @@ export default class NewClass extends middleLayerBase {
const reportData = this.studyRecord.reportData(this.studyRecordModel); const reportData = this.studyRecord.reportData(this.studyRecordModel);
// 在这里处理网络请求 // 在这里处理网络请求
this.callNetworkApiPostNew(`api/insights/v1/study-analysis`, { this.callNetworkApiPostNew(`insights/v1/study-analysis`, {
...this.studyRecordModel, ...this.studyRecordModel,
recordData: reportData recordData: reportData
}, res => { }, res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment