|
@@ -71,6 +71,7 @@ export default defineComponent({
|
|
|
integrity: 0,
|
|
|
intonation: 0,
|
|
|
score: 0,
|
|
|
+ speed: 0,
|
|
|
heardLevel: "",
|
|
|
itemType: "intonation",
|
|
|
musicType: "staff",
|
|
@@ -182,6 +183,7 @@ export default defineComponent({
|
|
|
scoreData.integrity = res.data?.integrity;
|
|
|
scoreData.intonation = res.data?.intonation;
|
|
|
scoreData.score = res.data?.score;
|
|
|
+ scoreData.speed = res.data?.speed;
|
|
|
scoreData.videoFilePath = res.data?.videoFilePath || res.data?.recordFilePath;
|
|
|
state.isEvaluatReport = true;
|
|
|
await getMusicDetail(resultData.musicalNotesPlayStats?.examSongId);
|