feat: 网元文件下载支持删除临时缓存文件
This commit is contained in:
@@ -148,6 +148,7 @@ function fnDownloadFile(row: Record<string, any>) {
|
||||
neId: queryParams.neId,
|
||||
path: queryParams.path,
|
||||
fileName: row.fileName,
|
||||
delTemp: true,
|
||||
})
|
||||
.then(res => {
|
||||
if (res.code === RESULT_CODE_SUCCESS) {
|
||||
|
||||
Reference in New Issue
Block a user