提交 62c64171 编写于 作者: W wwx691809

Clear the invalid value prompt when the invalid value disappears

上级 dce49032
......@@ -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.
先完成此消息的编辑!
想要评论请 注册