提交 b0d32bde 编写于 作者: tony001's avatar tony001

行编辑值校验错误信息提示优化 --- fix1

上级 6c50214e
......@@ -1962,7 +1962,7 @@ import { Environment } from '@/environments/environment';
this.errorMessages.forEach((message: any) => {
descMessage = descMessage + '<p>' + message + '<p>';
})
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), dangerouslyUseHTMLString: true, desc: descMessage });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: descMessage });
} else {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: (this.$t('app.commonWords.rulesException') as string) });
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册