bug更改
This commit is contained in:
parent
4dcca439db
commit
bed568cd49
@ -1275,7 +1275,6 @@ async function submitzip(formEl: any) {
|
|||||||
})
|
})
|
||||||
zipObj.value.ids = idsarr.join(',')
|
zipObj.value.ids = idsarr.join(',')
|
||||||
zipObj.value.parentId = zipParentid.value
|
zipObj.value.parentId = zipParentid.value
|
||||||
getdata()
|
|
||||||
zipfiles.value = false
|
zipfiles.value = false
|
||||||
if (zipObj.value.compressedPath.indexOf(filepath.value) == -1) {
|
if (zipObj.value.compressedPath.indexOf(filepath.value) == -1) {
|
||||||
zipObj.value.compressedPath = zipObj.value.compressedPath
|
zipObj.value.compressedPath = zipObj.value.compressedPath
|
||||||
|
Loading…
Reference in New Issue
Block a user