fix:上传头像修复不请求问题

This commit is contained in:
xiangheng
2023-11-26 00:34:19 +08:00
parent ff4d223f85
commit 9c4fc7fea9
2 changed files with 5 additions and 2 deletions

View File

@@ -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