上传图片
This commit is contained in:
parent
50a5b7e3a3
commit
59e6432f38
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue