Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
skdSecond
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
node_server
skdSecond
Commits
84776124
Commit
84776124
authored
Sep 10, 2025
by
chenjinjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
ceeccf31
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
jsgrfz.ts
src/biz/duinei/jsgrfz.ts
+1
-1
xshx.ts
src/biz/duiwai/xshx.ts
+2
-2
ztbx.ts
src/biz/duiwai/ztbx.ts
+1
-1
No files found.
src/biz/duinei/jsgrfz.ts
View file @
84776124
...
...
@@ -245,7 +245,7 @@ export async function getData(req, res) {
}
let
grcg
=
[];
for
(
let
key
in
grcgData
)
{
grcg
.
push
({
key
,
value
:
grcgData
[
key
],
detailed
:[]});
grcg
.
push
({
key
,
value
:
grcgData
[
key
],
detailed
:[
[
"-"
,
"-"
]
]});
}
ret
[
"grcg"
]
=
{
title
:
"个人成果"
,
dataList
:
grcg
};
...
...
src/biz/duiwai/xshx.ts
View file @
84776124
...
...
@@ -78,8 +78,8 @@ export async function getData(req, res) {
for
(
let
i
=
1
;
i
<=
9
;
i
++
)
{
/**各年级班级学生数统计 */
let
studentData
=
await
getReqApiData
(
xshxWENUM
.
各年级班级学生数统计
,
{
grade
:
i
});
let
gradeData
=
{
key
:
changeEnumValue
(
GRADEENUM
,
i
),
let
gradeData
=
{
key
:
changeEnumValue
(
GRADEENUM
,
i
),
value
:
0
};
studentData
.
studentNum
.
forEach
(
info
=>
{
...
...
src/biz/duiwai/ztbx.ts
View file @
84776124
...
...
@@ -139,7 +139,7 @@ export async function getData(req, res) {
if
(
has
)
img
=
`
${
systemConfig
.
ipUrl
}
对外/整体办学教研组/
${
key
}
/
${
jyzjs
[
key
][
i
]}
.png`
;
else
img
=
`
${
systemConfig
.
ipUrl
}
对外/整体办学教研组/默认.png`
dataList
.
push
({
key
:
jyzjs
[
key
][
i
],
key
:
jyzjs
[
key
][
i
],
value
:
img
})
}
...
...
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