测试修改缴费确认
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user