Merge pull request 'fix: 优化文件删除逻辑(采用前端删除文件)' (#941) from dj into master
Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/941
This commit is contained in:
@@ -428,7 +428,8 @@ const handleDelete = (row, type) => {
|
||||
let collectData = JSON.parse(localStorage.getItem('collectData'))
|
||||
collectData.fileList = allFileList.value
|
||||
localStorage.setItem('collectData', JSON.stringify(collectData))
|
||||
}else if (localStorage.getItem('otherFileList')) {
|
||||
}
|
||||
if (localStorage.getItem('otherFileList')) {
|
||||
localStorage.setItem('otherFileList', JSON.stringify(allFileList.value))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user