diff --git a/docs/template/index-tree.vue.vm b/docs/template/index-tree.vue.vm index cf6ebed6..32bdd501 100644 --- a/docs/template/index-tree.vue.vm +++ b/docs/template/index-tree.vue.vm @@ -2,7 +2,7 @@ import { NDivider } from 'naive-ui'; import { jsonClone } from '@sa/utils'; import { type TableDataWithIndex } from '@sa/hooks'; -import { fetchBatchDelete${BusinessName}, fetchGet${BusinessName}List } from '@/service/api/${moduleName}/${businessName}'; +import { fetchBatchDelete${BusinessName}, fetchGet${BusinessName}List } from '@/service/api/${moduleName}/${business__name}'; import { useAppStore } from '@/store/modules/app'; import { useAuth } from '@/hooks/business/auth'; import { useTreeTable, useTreeTableOperate } from '@/hooks/common/tree-table'; diff --git a/docs/template/index.vue.vm b/docs/template/index.vue.vm index 4a4d0052..03bca544 100644 --- a/docs/template/index.vue.vm +++ b/docs/template/index.vue.vm @@ -1,6 +1,6 @@