|
@@ -15,13 +15,14 @@ import { QueryCustomInfoType } from '@/services/go/ermcp/customInfo/interface';
|
|
|
import Detail from '../detail/index.vue';
|
|
import Detail from '../detail/index.vue';
|
|
|
import Withdrawal from '../withdrawal/index.vue';
|
|
import Withdrawal from '../withdrawal/index.vue';
|
|
|
import Refuse from '../refuse/index.vue';
|
|
import Refuse from '../refuse/index.vue';
|
|
|
|
|
+import {QhjAccountOutInApply} from "@/services/go/ermcp/qhj/interface";
|
|
|
|
|
|
|
|
export default defineComponent({
|
|
export default defineComponent({
|
|
|
name: 'custom-control-modal',
|
|
name: 'custom-control-modal',
|
|
|
components: { Detail, Withdrawal, Refuse },
|
|
components: { Detail, Withdrawal, Refuse },
|
|
|
props: {
|
|
props: {
|
|
|
selectedRow: {
|
|
selectedRow: {
|
|
|
- type: Object as PropType<QueryCustomInfoType>,
|
|
|
|
|
|
|
+ type: Object as PropType<QhjAccountOutInApply>,
|
|
|
default: {},
|
|
default: {},
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|