Commit edf1940c authored by anxixi's avatar anxixi

发布活动

parent 2c840471
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
<el-form-item label="最大报名人数:" prop="personMax" style="width: 100%;"> <el-form-item label="最大报名人数:" prop="personMax" style="width: 100%;">
<el-input v-model="formData.personMax" type="number" placeholder="请输入最大报名人数" style="width: 450px;height: 40px"></el-input> <el-input v-model="formData.personMax" type="number" placeholder="请输入最大报名人数" style="width: 450px;height: 40px"></el-input>
</el-form-item> </el-form-item>
<el-form-item label="邀请嘉宾:" prop="personMax" style="width: 100%;"> <el-form-item label="邀请嘉宾:" style="width: 100%;">
<el-button type="primary" plain @click="addguest">添加嘉宾</el-button> <el-button type="primary" plain @click="addguest">添加嘉宾</el-button>
</el-form-item> </el-form-item>
<div style="display: flex;flex-wrap: wrap;width: 80%;margin-left: 210px"> <div style="display: flex;flex-wrap: wrap;width: 80%;margin-left: 210px">
...@@ -378,6 +378,7 @@ ...@@ -378,6 +378,7 @@
moduleList.push(this.newmoduledata[i]); moduleList.push(this.newmoduledata[i]);
} }
} }
this.formData.guestlist = this.guestlist;
this.formData.moduleList = moduleList; this.formData.moduleList = moduleList;
this.formData.channelType = this.$route.query.type; this.formData.channelType = this.$route.query.type;
let params = this.formData; let params = this.formData;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment