Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
source-trace-manage
Commits
9c1a4b55
Commit
9c1a4b55
authored
Aug 08, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
d56bcff5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
index.vue
...ngPersonManagement/components/FilingPersonTable/index.vue
+3
-1
No files found.
src/views/FilingPersonManagement/components/FilingPersonTable/index.vue
View file @
9c1a4b55
...
@@ -43,9 +43,10 @@
...
@@ -43,9 +43,10 @@
src=
"@/assets/img/link.png"
src=
"@/assets/img/link.png"
style=
"width: 14px"
style=
"width: 14px"
@
click=
"
@
click=
"
() =>
{
async
() =>
{
if (slotProps.authentication_subject_nature === 1) {
if (slotProps.authentication_subject_nature === 1) {
saveAs(slotProps.authentication_held_front_id_card.url);
saveAs(slotProps.authentication_held_front_id_card.url);
await sleep(1000);
saveAs(slotProps.authentication_held_back_id_card.url);
saveAs(slotProps.authentication_held_back_id_card.url);
} else {
} else {
saveAs(slotProps.authentication_business_license.url);
saveAs(slotProps.authentication_business_license.url);
...
@@ -88,6 +89,7 @@ import { useTableScrollListener } from "@/components/Table/hooks";
...
@@ -88,6 +89,7 @@ import { useTableScrollListener } from "@/components/Table/hooks";
import
Icon
from
"@/components/Icon/index.vue"
;
import
Icon
from
"@/components/Icon/index.vue"
;
import
{
saveAs
}
from
"file-saver"
;
import
{
saveAs
}
from
"file-saver"
;
import
Service
from
"./Service"
;
import
Service
from
"./Service"
;
import
{
sleep
}
from
"@/utils/promise"
;
defineProps
<
{
defineProps
<
{
data
:
any
[];
data
:
any
[];
...
...
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