|
|
@@ -21,13 +21,14 @@ import { defineComponent, PropType, ref } from 'vue';
|
|
|
import { closeModal } from '@/common/setup/modal/index';
|
|
|
import { QueryCustomInfoType } from '@/services/go/ermcp/customInfo/interface';
|
|
|
import CommomDetail from '../common-detail/index.vue';
|
|
|
+import {QhjAccountOutInApply} from "@/services/go/ermcp/qhj/interface";
|
|
|
|
|
|
export default defineComponent({
|
|
|
name: 'platinum_withdrawal_review_detail-desc',
|
|
|
components: { CommomDetail },
|
|
|
props: {
|
|
|
selectedRow: {
|
|
|
- type: Object as PropType<QueryCustomInfoType>,
|
|
|
+ type: Object as PropType<QhjAccountOutInApply>,
|
|
|
default: {},
|
|
|
},
|
|
|
},
|