Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
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
shenshaokai
jinfa-platform
Commits
98e9bac9
Commit
98e9bac9
authored
Apr 16, 2022
by
前端-彭佳文
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v2-220418' into 'v2-220418'
V2 220418 See merge request linkseeks-design/pro-platform!378
parents
1c18d967
3ac2010a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.tsx
src/pages/transaction/salesPerformanceStatistics/index.tsx
+1
-1
index.tsx
...on/salesPerformanceStatistics/performanceDetail/index.tsx
+2
-2
No files found.
src/pages/transaction/salesPerformanceStatistics/index.tsx
View file @
98e9bac9
...
...
@@ -171,7 +171,7 @@ const SalesPerformanceStatistics: React.FC = () => {
tableProps=
{
{
rowKey
:
'userId'
,
}
}
keepAlive=
{
false
}
//
keepAlive={false}
columns=
{
columns
}
currentRef=
{
ref
}
rowKey=
'userId'
...
...
src/pages/transaction/salesPerformanceStatistics/performanceDetail/index.tsx
View file @
98e9bac9
...
...
@@ -181,8 +181,8 @@ const PerformanceDetail: React.FC = () => {
exportParams
+=
`&
${
item
}
=
${
p
[
item
]}
`
}
})
console
.
log
(
'url:'
,
`
${
process
.
env
.
BACK_GATEWAY
}
/order/member/sales/achievement/count/export/order/details?token=
${
token
}${
exportParams
}
&referer=
${
window
.
location
.
href
}
`
)
window
.
open
(
`
${
process
.
env
.
BACK_GATEWAY
}
/order/member/sales/achievement/count/export/order/details?token=
${
token
}${
exportParams
}
&referer=
${
window
.
location
.
href
}
`
,
'_blank'
)
console
.
log
(
'url:'
,
`
${
process
.
env
.
BACK_GATEWAY
}
/order/member/sales/achievement/count/export/order/details?token=
${
token
}${
exportParams
}
&referer=
${
window
.
location
.
href
.
split
(
'?'
)[
0
]
}
`
)
window
.
open
(
`
${
process
.
env
.
BACK_GATEWAY
}
/order/member/sales/achievement/count/export/order/details?token=
${
token
}${
exportParams
}
&referer=
${
window
.
location
.
href
.
split
(
'?'
)[
0
]
}
`
,
'_blank'
)
}
return
(
...
...
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