vue element-admin 清空校验

close(){
        this.$emit('close')
        this.$refs.dlgForm.clearValidate()
      }

这样,当再次打开界面的时候,就不会有那么多的红框框了

原文地址:https://www.cnblogs.com/zhengwk/p/14068413.html