|
|
@@ -31,7 +31,7 @@
|
|
31
|
31
|
<script>
|
|
32
|
32
|
import {confirmPaid} from '@/api/caseManagement/caseManagement.js'
|
|
33
|
33
|
export default {
|
|
34
|
|
- props: ["openDialog", "title", "flag", "detailform", "getList","paymentConfirma"],
|
|
|
34
|
+ props: ["openDialog", "title", "flag", "detailform", "getList","paymentConfirma","queryParams"],
|
|
35
|
35
|
data() {
|
|
36
|
36
|
return {
|
|
37
|
37
|
form: {},
|
|
|
@@ -66,11 +66,10 @@ export default {
|
|
66
|
66
|
message: "确认成功",
|
|
67
|
67
|
type: "success",
|
|
68
|
68
|
});
|
|
69
|
|
- if (res.code == 200) {
|
|
70
|
|
- this.getList();
|
|
71
|
|
- }
|
|
|
69
|
+
|
|
72
|
70
|
});
|
|
73
|
71
|
this.cancel();
|
|
|
72
|
+ this.$emit("getList", this.queryParams);
|
|
74
|
73
|
},
|
|
75
|
74
|
cancel() {
|
|
76
|
75
|
this.$emit("cancelpaymentdetails");
|