|
|
|
@ -48,8 +48,8 @@
|
|
|
|
|
import { useListPage } from '/@/hooks/system/useListPage'
|
|
|
|
|
import {useModal} from '/@/components/Modal';
|
|
|
|
|
import ${entityName}Modal from './modules/${entityName}Modal.vue'
|
|
|
|
|
import {columns, searchFormSchema} from './${entityName?uncap_first}.data';
|
|
|
|
|
import {list, deleteOne, batchDelete, getImportUrl,getExportUrl} from './${entityName?uncap_first}.api';
|
|
|
|
|
import {columns, searchFormSchema} from './${entityName}.data';
|
|
|
|
|
import {list, deleteOne, batchDelete, getImportUrl,getExportUrl} from './${entityName}.api';
|
|
|
|
|
|
|
|
|
|
const refKeys = ref([<#list subTables as sub>'${sub.entityName?uncap_first}', </#list>]);
|
|
|
|
|
//注册model
|
|
|
|
|