feat: 整体pure,核心功能对接完成
This commit is contained in:
@@ -59,7 +59,6 @@ defineExpose({ getRef });
|
||||
<Segmented
|
||||
v-model="newFormInline.menuType"
|
||||
:options="menuTypeOptions"
|
||||
@change="changeSegmented"
|
||||
/>
|
||||
</el-form-item>
|
||||
</re-col>
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
import editForm from "../form.vue";
|
||||
import { handleTree } from "@/utils/tree";
|
||||
import { message } from "@/utils/message";
|
||||
import {addMenu, delMenu, getListMenu, getMenu, updateMenu} from "@/api/system/menu";
|
||||
import {
|
||||
addMenu,
|
||||
delMenu,
|
||||
getListMenu,
|
||||
getMenu,
|
||||
updateMenu
|
||||
} from "@/api/system/menu";
|
||||
import { transformI18n } from "@/plugins/i18n";
|
||||
import { addDialog } from "@/components/ReDialog";
|
||||
import { reactive, ref, onMounted, h } from "vue";
|
||||
|
||||
Reference in New Issue
Block a user