| | |
| | | * @version: |
| | | * @Date: 2024-06-05 15:46:07 |
| | | * @LastEditors: Ben Lin |
| | | * @LastEditTime: 2024-06-28 14:26:49 |
| | | * @LastEditTime: 2024-07-03 19:19:16 |
| | | --> |
| | | <template> |
| | | <BasicModal |
| | |
| | | </BasicModal> |
| | | </template> |
| | | <script lang="ts" setup> |
| | | import { ref, unref, nextTick, watch } from 'vue'; |
| | | import { ref, unref, nextTick, watch, Ref } from 'vue'; |
| | | import { BasicModal, useModalInner } from '/@/components/Modal'; |
| | | import { FormSchema } from '/@/components/Form/index'; |
| | | import { custFunction } from './data'; |
| | |
| | | import { Layout, LayoutContent, Card } from 'ant-design-vue'; |
| | | import { useMessage } from '/@/hooks/web/useMessage'; |
| | | import { useI18n } from '/@/hooks/web/useI18n'; |
| | | import { initRoute } from '../tigerprojects/system/lowcode/data'; |
| | | import LogicFlow from '@logicflow/core'; |
| | | |
| | | const { t } = useI18n(); |
| | | const { notification, createErrorModal } = useMessage(); |
| | |
| | | /** |
| | | * @description: 弹框确定按钮方法 |
| | | * @return {*} |
| | | */ |
| | | */ |
| | | async function handleSuccess() { |
| | | try { |
| | | var values = {} as any; |