|
@@ -171,6 +171,7 @@ export default {
|
|
|
|
|
|
// 确认按钮
|
|
// 确认按钮
|
|
async confirm() {
|
|
async confirm() {
|
|
|
|
+ if(!this.formData.companyId) return this.formData.companyName = ''
|
|
await this.$refs.form.validate();
|
|
await this.$refs.form.validate();
|
|
const res = await roadshowInterence.ficcAddActivity({
|
|
const res = await roadshowInterence.ficcAddActivity({
|
|
ActivityType: this.formData.activityType, //活动类型
|
|
ActivityType: this.formData.activityType, //活动类型
|