Element ui表单验证结束后再次打开清空验证信息

changePwd() {
      let self = this;
      this.$nextTick(()=>{
        self.$refs.formData.clearValidate();
      })
    },
 
原文地址:https://www.cnblogs.com/shuihanxiao/p/15573098.html