| | |
| | | update, |
| | | getLazyMenuList, |
| | | getMenu |
| | | } from "@/api/system/menu" |
| | | } from "@/ssoapi/system/menu" |
| | | import { |
| | | addDataScope, |
| | | removeDataScope, |
| | | updateDataScope, |
| | | getListDataScope, |
| | | getMenuDataScope |
| | | } from "@/api/system/scope" |
| | | } from "@/ssoapi/system/scope" |
| | | import { mapGetters } from "vuex" |
| | | import iconList from "@/config/iconList" |
| | | import func from "@/util/func" |
| | |
| | | label: "上级菜单", |
| | | prop: "parentId", |
| | | type: "tree", |
| | | dicUrl: "/api/blade-system/menu/tree", |
| | | dicUrl: "/ssoapi/blade-system/menu/tree", |
| | | hide: true, |
| | | props: { |
| | | label: "title" |
| | |
| | | { |
| | | label: "规则类型", |
| | | type: "select", |
| | | dicUrl: "/api/blade-system/dict/dictionary?code=data_scope_type", |
| | | dicUrl: "/ssoapi/blade-system/dict/dictionary?code=data_scope_type", |
| | | props: { |
| | | label: "dictValue", |
| | | value: "dictKey" |