需要在页面打开的时候,清除一下form的上次验证。 created () { this.$nextTick(()=>{ this.$refs["baseForm"].clearValidate() }) },