| 
														
															@@ -790,13 +790,12 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 // 练习课 "PRACTICE" 
														 | 
														
														 | 
														
															                 // 练习课 "PRACTICE" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 if(this.practiceSongIdList) {  // 下拉选择 
														 | 
														
														 | 
														
															                 if(this.practiceSongIdList) {  // 下拉选择 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     this.practiceSelectList.forEach(item => { 
														 | 
														
														 | 
														
															                     this.practiceSelectList.forEach(item => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                        let fileUrlList = item.fileUrlList ? JSON.parse(item.fileUrlList) : [] 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         songJson.push({ 
														 | 
														
														 | 
														
															                         songJson.push({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                             id: item.id, 
														 | 
														
														 | 
														
															                             id: item.id, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                             type: item.type, 
														 | 
														
														 | 
														
															                             type: item.type, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                             songName: item.songName, 
														 | 
														
														 | 
														
															                             songName: item.songName, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                             songAuthor: item.songAuthor, 
														 | 
														
														 | 
														
															                             songAuthor: item.songAuthor, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                            uploadUrl: fileUrlList.join(',') 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                            uploadUrl: item.fileUrlList 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         }) 
														 | 
														
														 | 
														
															                         }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     }) 
														 | 
														
														 | 
														
															                     }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 } else {  // 自选 
														 | 
														
														 | 
														
															                 } else {  // 自选 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -818,13 +817,12 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 // 演奏课 "PERFORM" 
														 | 
														
														 | 
														
															                 // 演奏课 "PERFORM" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 if(this.performSongIdList) { 
														 | 
														
														 | 
														
															                 if(this.performSongIdList) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     this.performNumSelectList.forEach(item => { 
														 | 
														
														 | 
														
															                     this.performNumSelectList.forEach(item => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                        let fileUrlList = item.fileUrlList ? JSON.parse(item.fileUrlList) : [] 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         songJson.push({ 
														 | 
														
														 | 
														
															                         songJson.push({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                             id: item.id, 
														 | 
														
														 | 
														
															                             id: item.id, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                             type: item.type, 
														 | 
														
														 | 
														
															                             type: item.type, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                             songName: item.songName, 
														 | 
														
														 | 
														
															                             songName: item.songName, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                             songAuthor: item.songAuthor, 
														 | 
														
														 | 
														
															                             songAuthor: item.songAuthor, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                            uploadUrl: fileUrlList.join(',') 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                            uploadUrl: item.fileUrlList 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         }) 
														 | 
														
														 | 
														
															                         }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     }) 
														 | 
														
														 | 
														
															                     }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 } else { 
														 | 
														
														 | 
														
															                 } else { 
														 |