From ff0ae974a1c561eaf2915988dac63cd066af189f Mon Sep 17 00:00:00 2001 From: yinbangzhong <zhongbangyin@126.com> Date: 星期四, 12 九月 2024 09:23:44 +0800 Subject: [PATCH] bug fix --- src/views/authority/resource/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/authority/resource/index.vue b/src/views/authority/resource/index.vue index f8551e6..7c94293 100644 --- a/src/views/authority/resource/index.vue +++ b/src/views/authority/resource/index.vue @@ -6,12 +6,13 @@ <a-card :title="$t('menu.resource.title')" :bordered="false" - style=" 'width': '100%'; height: calc(100vh - 250px); 'overflow-y': 'auto' " + style=" 'width': '100%'; height: calc(100vh - 250px); overflow-y:auto " > <a-tree class="tree-demo" draggable blockNode + :default-expand-all=true :data="treeData" :show-line="showLine" :fieldNames="{ @@ -220,7 +221,7 @@ menuId: '', menuName: '', menuType: '', - orderNum: '', + orderNum: '0', parentId: '', parentName: '', children: [], -- Gitblit v1.8.0