Просмотр исходного кода

Merge branch 'linwenxin_dev' of https://gogs.zfire.top/zfire-front/zfire-newmall-admin into develop

linwenxin 1 год назад
Родитель
Сommit
fc09af11e8
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      src/views/mallManagement/setActivity/index.vue

+ 3 - 0
src/views/mallManagement/setActivity/index.vue

@@ -584,6 +584,9 @@ export default {
         this.formData.promotionQuestionnaireItems.splice(data.rowIndex, 1, {...data})
         this.formData.promotionQuestionnaireItems.splice(data.rowIndex, 1, {...data})
       }
       }
       this.questionClose()
       this.questionClose()
+      this.$nextTick(()=>{
+        this.$refs.formRef.validateField(["promotionQuestionnaireItems"], (v) => {})
+      })
     }
     }
   }
   }
 }
 }