tijiao
This commit is contained in:
@@ -342,7 +342,7 @@ export default {
|
||||
this.$message.error("请输入交易流水号");
|
||||
return;
|
||||
}
|
||||
if (this.dataForm.payTime == "") {
|
||||
if (this.dataForm.payTime == "" || this.dataForm.payTime == null) {
|
||||
this.$message.error("请选择付款时间");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user