From 94b23241eb65c35754b632f7d6d445e5c3c3a90f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Thu, 23 Feb 2023 11:09:14 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=85=A8=E5=B1=80=E7=BB=84=E7=BB=87?= =?UTF-8?q?=E8=B5=84=E4=BA=A7=E6=A0=91=E4=B8=8D=E6=98=BE=E7=A4=BA=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/assets/Asset/AssetList/AllList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/assets/Asset/AssetList/AllList.vue b/src/views/assets/Asset/AssetList/AllList.vue index 4ab7ac668..81d0cef20 100644 --- a/src/views/assets/Asset/AssetList/AllList.vue +++ b/src/views/assets/Asset/AssetList/AllList.vue @@ -43,7 +43,7 @@ export default { category: 'all', treeSetting: { url: '/api/v1/assets/assets/', - showMenu: true + showMenu: !this.$store.getters.currentOrgIsRoot }, tableConfig: { url: tableUrl,