mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-10-09 01:50:23 +08:00
fix:上传头像修复不请求问题
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<!-- v-loading="pager.loading" -->
|
||||
<div class="material">
|
||||
<div class="material" v-loading="pager.loading">
|
||||
<div class="material__left">
|
||||
<div class="flex-1 min-h-0">
|
||||
<el-scrollbar>
|
||||
@@ -466,7 +466,7 @@ const getData = async () => {
|
||||
treeRef.value?.setCurrentKey(cateId.value)
|
||||
getFileList()
|
||||
}
|
||||
|
||||
// getData()
|
||||
const handlePreview = (url: string) => {
|
||||
previewUrl.value = url
|
||||
showPreview.value = true
|
||||
|
Reference in New Issue
Block a user