摘要: // 清除表单校验的提示 if (this.$refs['XXX']) { // 延时执行 this.$nextTick(function () { this.$refs['XXX'].clearValidate(); }) }; 阅读全文
posted @ 2019-02-15 16:40 未来的羁绊 阅读(6930) 评论(0) 推荐(1) 编辑