上传图片

This commit is contained in:
Mrtangl 2022-04-18 15:44:18 +08:00
parent 50a5b7e3a3
commit 59e6432f38
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ export function useFile(cateId: Ref<string>, type: Ref<any>, limit: Ref<number>)
let ids = select.value.map((item: any) => item.id) let ids = select.value.map((item: any) => item.id)
apiFileMove({ apiFileMove({
ids, ids,
cid: moveId.value cid: moveId.value || 0
}).then(res => { }).then(res => {
moveId.value = 0 moveId.value = 0
getFileList() getFileList()