Browse Source

no message

linwenxin 1 năm trước cách đây
mục cha
commit
23a69fb0e5
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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) => {})
+      })
     }
   }
 }