fix: 🧩 修复bug
This commit is contained in:
@@ -88,7 +88,7 @@ const self_disabled = computed(() => {
|
||||
});
|
||||
|
||||
const _fileList = ref<UploadUserFile[]>(props.fileList);
|
||||
const h = import.meta.env.VITE_APP_API_BASE_UPLOAD_URL;
|
||||
import { h } from "@/utils/url";
|
||||
// 监听 props.fileList 列表默认值改变
|
||||
watch(
|
||||
() => props.fileList,
|
||||
|
||||
Reference in New Issue
Block a user