| | |
| | | </PageWrapper> |
| | | </template> |
| | | <script lang="ts" setup> |
| | | import { Ref, h, nextTick, onMounted, provide, reactive, ref, unref } from 'vue'; |
| | | import { Ref, nextTick, onMounted, provide, ref, unref } from 'vue'; |
| | | import { Card } from 'ant-design-vue'; |
| | | import { PageWrapper } from '/@/components/Page'; |
| | | import baseForm from '../baseForm.vue'; |
| | |
| | | import { useGlobSetting } from '/@/hooks/setting'; |
| | | import { useRoute, useRouter } from 'vue-router'; |
| | | import CustModal from '/@/views/components/CustModal.vue'; |
| | | import { BasicForm, useForm } from '/@/components/Form/index'; |
| | | import { BasicForm } from '/@/components/Form/index'; |
| | | import { custOnChange, OpenCustModal } from '../../data'; |
| | | import { useModal } from '/@/components/Modal'; |
| | | import { useLocale } from '/@/locales/useLocale'; |
| | |
| | | import { useMultipleTabStore } from '/@/store/modules/multipleTab'; |
| | | import { useTabs } from '/@/hooks/web/useTabs'; |
| | | import { buildUUID } from '/@/utils/uuid'; |
| | | import { isNullOrEmpty, isNullOrUnDef } from '/@/utils/is'; |
| | | import { isNullOrUnDef } from '/@/utils/is'; |
| | | import { useI18n } from '/@/hooks/web/useI18n'; |
| | | import { isFunction } from 'xe-utils'; |
| | | import Editdtl from './editdtl.vue'; |
| | |
| | | validates, |
| | | ); |
| | | } |
| | | } catch (error) {} |
| | | } catch (error) { |
| | | console.log(error) |
| | | } |
| | | } |
| | | async function cancel() { |
| | | try { |