|
@@ -471,7 +471,8 @@ export default {
|
|
|
organId: this.topfor.section,
|
|
|
// paymentMonths:obj.months 有待确认
|
|
|
schoolId: this.topfor.address,
|
|
|
- courseForm: JSON.stringify(this.checkfor)
|
|
|
+ courseForm: JSON.stringify(this.checkfor),
|
|
|
+ ownershipType: this.topfor.ownershipType
|
|
|
}
|
|
|
obj.musicGroupPaymentEntities = []
|
|
|
// 添加学校主体付费方式
|