Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
submodule
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
web_component
submodule
Commits
51991b73
Commit
51991b73
authored
Sep 09, 2020
by
zhuyangbin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
下载
parent
795fb51d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
index.tsx
components/apolloTable/component/base/extra/upload/index.tsx
+5
-1
No files found.
components/apolloTable/component/base/extra/upload/index.tsx
View file @
51991b73
...
@@ -32,6 +32,7 @@ const UploadCom = (props) => {
...
@@ -32,6 +32,7 @@ const UploadCom = (props) => {
value
:
item
.
value
,
value
:
item
.
value
,
size
:
item
.
size
,
size
:
item
.
size
,
uid
:
item
.
value
,
uid
:
item
.
value
,
status
:
'done'
,
...
checkoutFileType
(
item
.
value
),
...
checkoutFileType
(
item
.
value
),
};
};
});
});
...
@@ -50,6 +51,7 @@ const UploadCom = (props) => {
...
@@ -50,6 +51,7 @@ const UploadCom = (props) => {
name
:
file
.
name
,
name
:
file
.
name
,
value
:
url
,
value
:
url
,
size
:
file
.
size
,
size
:
file
.
size
,
status
:
'done'
,
...
checkoutFileType
(
url
),
...
checkoutFileType
(
url
),
};
};
};
};
...
@@ -127,7 +129,9 @@ const UploadCom = (props) => {
...
@@ -127,7 +129,9 @@ const UploadCom = (props) => {
onSaveFileList
(
newFileList
);
onSaveFileList
(
newFileList
);
};
};
const
onDownload
=
(
file
)
=>
{};
const
onDownload
=
(
file
)
=>
{
window
.
open
(
file
.
value
);
};
const
beforeUpload
=
async
()
=>
{
const
beforeUpload
=
async
()
=>
{
await
getToken
();
await
getToken
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment