wolyshaw 4 年之前
父節點
當前提交
874a1a4394

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/chunk-2242a7be.6c53b190.css


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.17176ca1.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-2242a7be.7daa1ca8.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-8a92e038.3e2a75a7.js


+ 1 - 1
src/views/teamBuild/modals/change-voice.vue

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

部分文件因文件數量過多而無法顯示