gaoluyang
2 天以前 f5987541fae35e3bed09c5eb7ba3b5f8ab65aba9
src/views/system/menu/index.vue
@@ -292,6 +292,7 @@
import { addMenu, delMenu, getMenu, listMenu, updateMenu } from "@/api/system/menu"
import SvgIcon from "@/components/SvgIcon"
import IconSelect from "@/components/IconSelect"
import {onMounted} from "vue";
const { proxy } = getCurrentInstance()
const { sys_show_hide, sys_normal_disable } = proxy.useDict("sys_show_hide", "sys_normal_disable")
@@ -448,5 +449,7 @@
  }).catch(() => {})
}
getList()
onMounted(() => {
   getList();
});
</script>