|
@@ -149,7 +149,6 @@ import classrooms from "./classrooms";
|
|
|
import otherform from "./other";
|
|
|
import baseInfoVue from '../../teamDetail/components/baseInfo.vue';
|
|
|
import merge from 'webpack-merge'
|
|
|
-import MusicStore from '@/views/resetTeaming/store'
|
|
|
|
|
|
const paymentTypeFormat = {
|
|
|
0: "MUSIC_APPLY",
|
|
@@ -195,7 +194,7 @@ export default {
|
|
|
},
|
|
|
computed: {
|
|
|
musicGroup() {
|
|
|
- return MusicStore.state.musicGroup
|
|
|
+ return this.baseInfo?.musicGroup
|
|
|
},
|
|
|
isCommon () {
|
|
|
return this.form.leixing === "1";
|
|
@@ -283,9 +282,6 @@ export default {
|
|
|
},
|
|
|
mounted () {
|
|
|
this.formatCourse()
|
|
|
- MusicStore.dispatch('getBaseInfo', {
|
|
|
- data: { musicGroupId: this.musicGroupId }
|
|
|
- })
|
|
|
this.init();
|
|
|
},
|
|
|
activated () {
|