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

Merge branch 'securityFund' into test

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