@@ -126,6 +126,7 @@ export const formSchema: FormSchema[] = [
filterOption: 'true',
optionFilterProp: 'label',
showSearch: 'true',
+ getPopupContainer: (node) => document.body,
},
{
@@ -1,5 +1,5 @@
<template>
- <BasicModal v-bind="$attrs" @register="registerModal" destroyOnClose :title="title" :width="800" @ok="handleSubmit" :height="380">
+ <BasicModal v-bind="$attrs" @register="registerModal" destroyOnClose :title="title" :width="800" @ok="handleSubmit" >
<BasicForm @register="registerForm" name="BaseProjectArchiveForm" />
</BasicModal>
</template>
@@ -57,7 +57,8 @@ export const formSchema: FormSchema[] = [
labelField: 'name',
valueField: 'id',
params:{},
- resultField:'records'
+ resultField:'records',
show: ({ values }) => {
return isShow;
- <BasicModal v-bind="$attrs" @register="registerModal" destroyOnClose :title="title" :width="800" :height="310" @ok="handleSubmit">
+ <BasicModal v-bind="$attrs" @register="registerModal" destroyOnClose :title="title" :width="800" :height="300" @ok="handleSubmit">
<BasicForm @register="registerForm" name="BaseShipArchiveRelateCustomerForm" />
<!-- 子表单区域 -->