同步
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
<right-toolbar v-model:show-search="showSearch" @query-table="getList"></right-toolbar>
|
||||
</el-row>
|
||||
</template>
|
||||
|
||||
<el-table
|
||||
ref="menuTableRef"
|
||||
v-loading="loading"
|
||||
@@ -284,7 +283,7 @@
|
||||
:check-strictly="false"
|
||||
empty-text="加载中,请稍候"
|
||||
:default-expanded-keys="[0]"
|
||||
:props="{ value: 'menuId', label: 'menuName', children: 'children' } as any"
|
||||
:props="{ value: 'menuId', label: 'menuName', children: 'children' }"
|
||||
/>
|
||||
<template #footer>
|
||||
<div class="dialog-footer">
|
||||
|
||||
Reference in New Issue
Block a user