Ben Lin
2024-08-13 ea7ed4e30392e7f23925c0085d40df29fc1aac2b
src/views/tigerprojects/system/lowcode/composition/CarGridNav.vue
@@ -4,7 +4,7 @@
 * @version: 
 * @Date: 2024-06-20 12:13:27
 * @LastEditors: Ben Lin
 * @LastEditTime: 2024-08-01 19:26:30
 * @LastEditTime: 2024-08-13 20:29:17
-->
<template>
  <Card :title="GetTitle(props.configType)['navTitle']">
@@ -17,6 +17,7 @@
          useModalData[item.action][1].openModal,
          openRvModal,
          selectedNodes,
          keyCode
        )
      "
    >
@@ -68,6 +69,7 @@
    configType: { type: String },
    nodes: { type: Array as PropType<any[]> },
  });
  const keyCode = ref(objParams.value['CODE']);
  const custImport = ref<any[]>([]);
  const EntityCustFunction = ref([
    {