This commit is contained in:
qsh
2024-12-03 17:14:00 +08:00
parent 1d1f1762f8
commit 9b7543f65f
11 changed files with 152 additions and 150 deletions

View File

@@ -84,7 +84,7 @@
<!-- 表单弹窗添加/修改 -->
<MenuForm ref="formRef" :appList="appList" @success="getList" />
</template>
<script lang="ts" name="SystemMenu" setup>
<script lang="ts" name="Menu" setup>
import { handleTree } from '@/utils/tree'
import * as MenuApi from '@/api/system/menu'
import MenuForm from './MenuForm.vue'