|
@@ -7,7 +7,7 @@
|
|
|
:isCommon="isCommon"
|
|
|
:isUserType="isUserType"
|
|
|
@getCharges="getCharges"
|
|
|
- @changeActive="$listeners.changeActive"
|
|
|
+ @changeActive="changeActive"
|
|
|
:typeList="typeList"
|
|
|
:charges="charges"
|
|
|
:chargeTypeName="chargeTypeName"
|
|
@@ -196,6 +196,7 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
init() {
|
|
|
+ console.log(this.baseInfo, this.rowDetail)
|
|
|
this.getCharges();
|
|
|
if (this.rowDetail) {
|
|
|
this.form.musicGroupOrganizationCourseSettingId = this.rowDetail.musicGroupOrganizationCourseSettingId;
|
|
@@ -292,6 +293,9 @@ export default {
|
|
|
.filter((item) => !!item)
|
|
|
.map((item) => item.$refs.form);
|
|
|
},
|
|
|
+ changeActive() {
|
|
|
+ this.$listeners.changeActive()
|
|
|
+ },
|
|
|
async submit() {
|
|
|
const forms = this.getForms();
|
|
|
const valided = [];
|