|
@@ -879,7 +879,8 @@ export default {
|
|
|
status,
|
|
|
expectStartGroupDate: this.topFrom.startTime,
|
|
|
ownershipType: this.topFrom.ownershipType,
|
|
|
- repairUserId: this.topFrom.repairUserId
|
|
|
+ repairUserId: this.topFrom.repairUserId || null,
|
|
|
+ feeType:this.topFrom.feeType
|
|
|
};
|
|
|
obj.musicGroupPaymentEntities = [];
|
|
|
// 添加学校主体付费方式
|