mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-17 14:43:02 +08:00
上传图片
This commit is contained in:
@@ -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)
|
||||
apiFileMove({
|
||||
ids,
|
||||
cid: moveId.value
|
||||
cid: moveId.value || 0
|
||||
}).then(res => {
|
||||
moveId.value = 0
|
||||
getFileList()
|
||||
|
||||
Reference in New Issue
Block a user