|
@@ -223,13 +223,14 @@ export default defineComponent({
|
|
|
if (!props.item.filePath) {
|
|
|
const url = await productWav(false);
|
|
|
props.item.filePath = url;
|
|
|
- await api_musicSheetCreationUpdate({
|
|
|
- id: props.item.id,
|
|
|
- subjectId: froms.subjectId,
|
|
|
- filePath: props.item.filePath,
|
|
|
- });
|
|
|
}
|
|
|
|
|
|
+ await api_musicSheetCreationUpdate({
|
|
|
+ id: props.item.id,
|
|
|
+ subjectId: froms.subjectId,
|
|
|
+ filePath: props.item.filePath,
|
|
|
+ });
|
|
|
+
|
|
|
await wav2mp3();
|
|
|
model.saveProgress = 70;
|
|
|
if (!props.show) return;
|