Ben Lin
2024-09-20 4a9b45dc01fc2a9194c998f72c87aeaf2392cd61
src/views/tigerprojects/system/lowcode/high/baseForm.vue
@@ -4,7 +4,7 @@
 * @version: 
 * @Date: 2024-06-23 17:21:29
 * @LastEditors: Ben Lin
 * @LastEditTime: 2024-07-31 11:19:14
 * @LastEditTime: 2024-08-01 10:40:57
-->
<template>
  <a-card
@@ -35,6 +35,7 @@
  import { getEntity } from '/@/api/tigerapi/system';
  import { isNullOrEmpty } from '/@/utils/is';
  import { useI18n } from '/@/hooks/web/useI18n';
import { isFunction } from 'xe-utils';
  
  const { t } = useI18n();
  const props = defineProps({
@@ -50,7 +51,7 @@
    BaseForm: GetBaseForm(props.entityName),
  });
  const colSlots = ref<any[]>(objParams.value['colSlotsInHigh']);
  const useModals = ref<any>(GetUseModals());
  const useModals = GetUseModals && isFunction(GetUseModals)? ref<any>(GetUseModals()): ref<any>({});
  //弹出框或高级页面多表单结构
  useFormData.value = {