Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
高东东-金蝶建发
/
jf-yzj-resume
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6b84b8cc
authored
Sep 25, 2025
by
钟乾明
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
u: 考核结果排序
parent
434301e0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
README.md
src/config/test.js
src/js/index.js
README.md
View file @
6b84b8cc
...
@@ -27,7 +27,7 @@ npm run e2e
...
@@ -27,7 +27,7 @@ npm run e2e
npm
test
npm
test
```
```
开发环境在 test.js 文件修改账号
开发环境在 test.js 文件修改账号
id和token
注意:打正式包和测试包,需要修改 prod.js 的内容:
注意:打正式包和测试包,需要修改 prod.js 的内容:
...
...
src/config/test.js
View file @
6b84b8cc
...
@@ -62,7 +62,7 @@ const config = {
...
@@ -62,7 +62,7 @@ const config = {
loginuserid
:
'46000011'
,
loginuserid
:
'46000011'
,
appkey
:
'd504275e'
,
appkey
:
'd504275e'
,
uid
:
'hqhuang@cndrealty.com'
,
uid
:
'hqhuang@cndrealty.com'
,
token
:
'yzj_
01d213c5453c8b0605811adebdf57836
'
,
token
:
'yzj_
83c5aa6024e2928192526a93d1699705
'
,
baseUrl
:
'https://staging.jffctest.com/'
,
baseUrl
:
'https://staging.jffctest.com/'
,
};
};
...
...
src/js/index.js
View file @
6b84b8cc
...
@@ -885,7 +885,7 @@ function filterData(item, data, isAssessNew) {
...
@@ -885,7 +885,7 @@ function filterData(item, data, isAssessNew) {
gbResult
=
[];
gbResult
=
[];
}
}
assessData
=
ygResult
.
concat
(
gbResult
);
assessData
=
ygResult
.
concat
(
gbResult
)
.
sort
((
a
,
b
)
=>
b
.
year
-
a
.
year
)
;
}
}
console
.
log
(
'过滤后的数据>>'
,
item
,
assessData
);
console
.
log
(
'过滤后的数据>>'
,
item
,
assessData
);
...
...
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