refactor: 移除deepWatch参数

This commit is contained in:
dap 2025-04-07 13:05:30 +08:00
parent b97fe47afd
commit 5b72d9b79d
2 changed files with 1 additions and 9 deletions

View File

@ -358,8 +358,7 @@ export function useUpload(
);
}
},
// TODO: deepWatch参数需要删除
{ immediate: true, deep: props.deepWatch },
{ immediate: true },
);
return {

View File

@ -87,13 +87,6 @@ export interface BaseUploadProps {
* @default false
*/
enableDragUpload?: boolean;
/**
*
* watch
* (, )
* @default false
*/
deepWatch?: boolean;
/**
* ossId查询不到文件信息时
* ossId