mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-13 13:10:29 +00:00
feat:remove console
This commit is contained in:
@@ -25,7 +25,6 @@ export const RenderUpload = (params: Props) => {
|
|||||||
urlList.current.pop();
|
urlList.current.pop();
|
||||||
}
|
}
|
||||||
urlList.current.push(url)
|
urlList.current.push(url)
|
||||||
console.log('上传数据'+urlList.current);
|
|
||||||
|
|
||||||
onChange(urlList.current.toString())
|
onChange(urlList.current.toString())
|
||||||
}
|
}
|
||||||
@@ -45,7 +44,6 @@ export const RenderUpload = (params: Props) => {
|
|||||||
onChange(info) {
|
onChange(info) {
|
||||||
setUploading(true)
|
setUploading(true)
|
||||||
if (info.file.status !== 'uploading') {
|
if (info.file.status !== 'uploading') {
|
||||||
console.log(info.file, info.fileList);
|
|
||||||
}
|
}
|
||||||
if (info.file.status === 'done') {
|
if (info.file.status === 'done') {
|
||||||
setUploading(false)
|
setUploading(false)
|
||||||
|
Reference in New Issue
Block a user