master
lion 3 months ago
parent c69223ed8e
commit 22a363b4b1

@ -43,7 +43,7 @@
<span style="color: red;font-weight: bold;padding-right: 4px;">*</span>联系方式 <span style="color: red;font-weight: bold;padding-right: 4px;">*</span>联系方式
</div> </div>
<div class="xy-table-item-content"> <div class="xy-table-item-content">
<el-input v-model="form.mobile" placeholder="请输入联系方式" clearable style="width: 100%;"></el-input> <el-input v-model="form.mobile" disabled placeholder="请输入联系方式" clearable style="width: 100%;"></el-input>
</div> </div>
</div> </div>
</template> </template>
@ -423,8 +423,12 @@
this.form.from = this.fromList.join(",") this.form.from = this.fromList.join(",")
this.form.talent_tags = this.talentTagsList.join(",") this.form.talent_tags = this.talentTagsList.join(",")
console.log("this.form",this.fromList,this.form.from) console.log("this.form",this.fromList,this.form.from)
// mobile
const { mobile, ...submitData } = this.form
// return // return
save(this.form).then(res => { save(submitData).then(res => {
this.$message({ this.$message({
type: 'success', type: 'success',
message: '编辑学员信息成功' message: '编辑学员信息成功'

Loading…
Cancel
Save