提交 25a31350 authored 作者: 郑伟娜's avatar 郑伟娜

空字符校验

上级 b83809fc
......@@ -540,8 +540,9 @@
})
return
}
if (!this.payForm.account) {
let isNull = this.payForm.account.replace(/\s+/g, '')
if (isNull === '') {
this.$message({
type: 'warning',
message: '请输入汇款的账户名称'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论