linwenxin 1 vuosi sitten
vanhempi
commit
23a69fb0e5
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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.questionClose()
+      this.$nextTick(()=>{
+        this.$refs.formRef.validateField(["promotionQuestionnaireItems"], (v) => {})
+      })
     }
   }
 }