|
@@ -257,7 +257,7 @@ export default {
|
|
return this.voiceList.filter(item => item.subjectId !== this.detail.actualSubjectId)
|
|
return this.voiceList.filter(item => item.subjectId !== this.detail.actualSubjectId)
|
|
},
|
|
},
|
|
activeAccessories() {
|
|
activeAccessories() {
|
|
- const { musicalGoods } = this.changeInfo || {}
|
|
|
|
|
|
+ const { musicalGoods } = this.form || {}
|
|
return musicalGoods ? this.accessoriesByGoods[musicalGoods] || [] : []
|
|
return musicalGoods ? this.accessoriesByGoods[musicalGoods] || [] : []
|
|
},
|
|
},
|
|
changeSubjectName() {
|
|
changeSubjectName() {
|