Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sass-admin
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hqzhdj_app
sass-admin
Commits
b90f6a79
Commit
b90f6a79
authored
Sep 05, 2025
by
end
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改工作台排行榜
parent
f5196248
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
7 deletions
+5
-7
dist.zip
+0
-0
src/pages/Dashboard/index.js
+3
-5
src/pages/Dashboard/redux/actions.js
+2
-2
No files found.
dist.zip
deleted
100644 → 0
View file @
f5196248
File deleted
src/pages/Dashboard/index.js
View file @
b90f6a79
...
...
@@ -350,10 +350,8 @@ class homePage extends Component {
};
getPhbRes
=
()
=>
{
this
.
props
.
getPhbChartList
({
pageNo
:
1
,
pageSize
:
5
,
nameType
:
this
.
state
.
phbType
,
dateType
:
this
.
state
.
phbTime
,
type
:
this
.
state
.
phbType
,
date
:
this
.
state
.
phbTime
,
});
};
//专栏左侧
...
...
@@ -916,7 +914,7 @@ class homePage extends Component {
)}
<
/p
>
<
p
>
{
item
.
name
}
<
/p
>
<
p
>
{
item
.
totalPoint
}
<
/p
>
<
p
>
{
item
.
num
}
<
/p
>
<
/div
>
);
});
...
...
src/pages/Dashboard/redux/actions.js
View file @
b90f6a79
...
...
@@ -27,13 +27,13 @@ export function queryExamNum() {
};
}
export
function
getPhbChartList
(
data
)
{
const
url
=
`
${
getUrl
}
/web-manage/manage/
point/user/new/rank/l
ist`
;
const
url
=
`
${
getUrl
}
/web-manage/manage/
api/eventTrack/queryRankL
ist`
;
return
dispatch
=>
{
return
request
({
url
,
data
,
}).
then
(
res
=>
{
dispatch
({
type
:
Types
.
PHB_CHART
,
data
:
res
.
data
.
records
});
dispatch
({
type
:
Types
.
PHB_CHART
,
data
:
res
.
data
});
});
};
}
...
...
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