|
@@ -249,7 +249,6 @@ export default {
|
|
|
methods: {
|
|
|
getImageUrl,
|
|
|
conferenceSelect(item) {
|
|
|
- debugger
|
|
|
this.model1.userInfo.contentId = item.value;
|
|
|
this.$refs.uForm.clearValidate('userInfo.contentId');
|
|
|
},
|
|
@@ -272,7 +271,6 @@ export default {
|
|
|
},
|
|
|
onSubmit() {
|
|
|
this.loading = true;
|
|
|
- this.model1.userInfo;
|
|
|
this.$refs.uForm.validate().then(async (res) => {
|
|
|
const { code } = await putUsrRegist(this.model1.userInfo, MEETING_TYPE.meeting.value);
|
|
|
this.loading = false;
|
|
@@ -295,7 +293,6 @@ export default {
|
|
|
},
|
|
|
});
|
|
|
}).catch(errors => {
|
|
|
- debugger
|
|
|
this.loading = false;
|
|
|
});
|
|
|
},
|