'确认缴费页面刷新问题修复'

This commit is contained in:
hhl123456789
2024-02-22 10:06:30 +08:00
parent 8f19584ded
commit 4f0708d118
@@ -100,6 +100,8 @@ export default {
message: "确认成功",
type: "success",
});
this.cancel();
this.$emit("getList", this.queryParams);
})
console.log('申请人');
} else {
@@ -109,11 +111,11 @@ export default {
message: "确认成功",
type: "success",
});
this.cancel();
this.$emit("getList", this.queryParams);
})
console.log('被申请人');
}
this.cancel();
this.$emit("getList", this.queryParams);
}
})
},