Browse Source

优化了联想公司无选择的情况

bding 1 day ago
parent
commit
3ab0438773
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/roadshow_manage/compononts/sellerAddAct.vue

+ 1 - 0
src/views/roadshow_manage/compononts/sellerAddAct.vue

@@ -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, //活动类型