Skip to content

Commit c34b618

Browse files
committed
fix: update file upload category to TEMPORARY_120_MINUTE
--bug=1071434@tapd-62980211 --user=刘瑞斌 【知识库】上传文件成功后,退出导入文档界面或者刷新页面,已上传的文件没有从数据库删除 https://www.tapd.cn/62980211/s/1970352
1 parent e27533a commit c34b618

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui/src/views/document/ImportWorkflowDocument.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ provide(
7373
(file: any, onProgress?: (percent: number, event: any) => void, loading?: Ref<boolean>) => {
7474
return applicationApi.postUploadFileProgress(
7575
file,
76-
id as string,
77-
'KNOWLEDGE',
76+
'TEMPORARY_120_MINUTE',
77+
'TEMPORARY_120_MINUTE',
7878
onProgress,
7979
loading,
8080
)

0 commit comments

Comments
 (0)