修复UI子菜单跳转bug
This commit is contained in:
parent
9548a25efa
commit
eac0b025ed
@ -1,6 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import { computed, reactive, ref, watch } from 'vue';
|
||||
import { useLoading } from '@sa/hooks';
|
||||
import { useLoading } from '~/packages/hooks';
|
||||
import { fetchCreateTenant, fetchUpdateTenant } from '@/service/api/system/tenant';
|
||||
import { fetchGetTenantPackageSelectList } from '@/service/api/system/tenant-package';
|
||||
import { useFormRules, useNaiveForm } from '@/hooks/common/form';
|
||||
Loading…
Reference in New Issue
Block a user