fujunling
2023-06-02 33c8db885ab2b5117c064d064f6e7c7eb0357a1c
Source/UBCS-WEB/public/src/views/authority/datascope.vue
@@ -158,7 +158,7 @@
              label: "上级菜单",
              prop: "parentId",
              type: "tree",
              dicUrl: "/api/blade-system/menu/tree",
              dicUrl: "/api/ubcs-system/menu/tree",
              hide: true,
              props: {
                label: "title"
@@ -353,7 +353,7 @@
            {
              label: "规则类型",
              type: "select",
              dicUrl: "/api/blade-system/dict/dictionary?code=data_scope_type",
              dicUrl: "/api/ubcs-system/dict/dictionary?code=data_scope_type",
              props: {
                label: "dictValue",
                value: "dictKey"