This commit is contained in:
2025-10-20 17:12:55 +08:00
parent b73e0f8385
commit cec7b03d71
15 changed files with 1759 additions and 571 deletions

View File

@@ -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;
}