用户管理
This commit is contained in:
@@ -12,5 +12,6 @@ export const defaultAttribute: VxeTableProps = {
|
||||
scrollY: { scrollToTopOnChange: true, enabled: true },
|
||||
treeConfig: {
|
||||
reserve: true
|
||||
}
|
||||
},
|
||||
showOverflow:true
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<Tree ref="treRef" :data="tree" />
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import { getMarketList } from '@/api/user'
|
||||
import { getMarketList } from '@/api/user-boot/user'
|
||||
import Tree from '../index.vue'
|
||||
import { useConfig } from '@/stores/config'
|
||||
import { ref, reactive, nextTick } from 'vue'
|
||||
|
||||
Reference in New Issue
Block a user