|
@@ -165,6 +165,7 @@ export default {
|
|
|
applyToStudentType: [],
|
|
|
studentMaxUsedTimes: "",
|
|
|
isPayToBalance: "",
|
|
|
+ marketPrice:""
|
|
|
},
|
|
|
title: "新建课程活动方案",
|
|
|
payForm: {
|
|
@@ -400,6 +401,7 @@ export default {
|
|
|
description: data.description,
|
|
|
activeTime,
|
|
|
courseTime,
|
|
|
+ marketPrice:data.marketPrice,
|
|
|
organ: data.organId.split(",").map((organ) => {
|
|
|
return Number(organ);
|
|
|
}),
|