测试修改缴费确认

This commit is contained in:
gyj
2024-01-22 17:55:59 +08:00
parent 52035efd4e
commit d6e21e33b5
3 changed files with 8 additions and 7 deletions
@@ -31,7 +31,7 @@
<script>
import {confirmPaid} from '@/api/caseManagement/caseManagement.js'
export default {
props: ["openDialog", "title", "flag", "detailform", "getList","paymentConfirma"],
props: ["openDialog", "title", "flag", "detailform", "getList","paymentConfirma","queryParams"],
data() {
return {
form: {},
@@ -66,11 +66,10 @@ export default {
message: "确认成功",
type: "success",
});
if (res.code == 200) {
this.getList();
}
});
this.cancel();
this.$emit("getList", this.queryParams);
},
cancel() {
this.$emit("cancelpaymentdetails");