修改确认缴费传值问题

This commit is contained in:
gyj
2023-12-20 17:35:27 +08:00
parent 876c34ea8a
commit 4154978ee5
2 changed files with 2 additions and 2 deletions
@@ -72,7 +72,7 @@ export default {
},
// 确认缴费
submitForm() {
confirmPay({ ids: this.form.id }).then((res) => {
confirmPay({ ids: [this.form.id] }).then((res) => {
this.$message({
message: "确认成功",
type: "success",