|
@@ -91,12 +91,12 @@ export default {
|
|
|
try {
|
|
|
const {songs, ...rest} = this.form
|
|
|
if (this.detail) {
|
|
|
- await musicGroupPerformanceUpdate([{
|
|
|
+ await musicGroupPerformanceUpdate({
|
|
|
...rest,
|
|
|
musicScoreNames: songs,
|
|
|
musicGroupId: this.$route.query.id,
|
|
|
id: this.detail.id
|
|
|
- }])
|
|
|
+ })
|
|
|
this.$message.success('修改成功')
|
|
|
} else {
|
|
|
await musicGroupPerformanceAdd({
|