提交 ea0c9d1f 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!305 Clear the invalid value prompt when the invalid value disappears

Merge pull request !305 from 王卫宁/wwn
......@@ -633,6 +633,8 @@ export default {
if (hasInvalidData) {
this.$set(sampleObject, 'invalidData', true);
} else {
this.$set(sampleObject, 'invalidData', false);
}
sampleObject.charData.charOption = this.formateCharOption(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册