antd表单校验红色提醒不消失

46 阅读1分钟

双管齐下,简单粗暴。
⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐
vue2示例:

        this.$set(this.form, "receiverName", this.curData[0].realName);
        this.$refs.addForm.clearValidate(["receiverName"]);