案件编号,批量签名

This commit is contained in:
gyj
2023-12-18 18:18:07 +08:00
parent 54a821a31f
commit 65acede646
12 changed files with 423 additions and 90 deletions
@@ -72,7 +72,7 @@ export default {
},
// 确认缴费
submitForm() {
confirmPay({ id: this.form.id }).then((res) => {
confirmPay({ ids: this.form.id }).then((res) => {
this.$message({
message: "确认成功",
type: "success",