Merge pull request 'master' (#942) from master into prod

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/942
This commit is contained in:
2024-12-21 06:50:05 +00:00

View File

@@ -428,7 +428,8 @@ const handleDelete = (row, type) => {
let collectData = JSON.parse(localStorage.getItem('collectData')) let collectData = JSON.parse(localStorage.getItem('collectData'))
collectData.fileList = allFileList.value collectData.fileList = allFileList.value
localStorage.setItem('collectData', JSON.stringify(collectData)) localStorage.setItem('collectData', JSON.stringify(collectData))
}else if (localStorage.getItem('otherFileList')) { }
if (localStorage.getItem('otherFileList')) {
localStorage.setItem('otherFileList', JSON.stringify(allFileList.value)) localStorage.setItem('otherFileList', JSON.stringify(allFileList.value))
} }
} }