Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dangan_dataV
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
43167b6d
authored
2025-07-15 09:31:39 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
看版
1 parent
dacd01e0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
src/viewsPc/vip/centerPage.vue
src/viewsPc/vip/centerPage.vue
View file @
43167b6
...
...
@@ -214,9 +214,11 @@ async function handelGetYS003() {
resYear3
.
value
=
res
.
data
.
yeargroup
let
obj1
=
res
.
data
.
yeargroup
[
0
]
let
obj2
=
res
.
data
.
yeargroup
[
1
]
for
(
let
v
of
obj1
.
list
)
{
if
(
v
.
XJCOST
==
0
)
v
.
XJCOST
=
null
}
// for (let v of obj1.list)
{
// if (v.XJCOST == 0) v.XJCOST = null
//
}
obj1
.
list
=
obj1
.
list
.
filter
(
v
=>
v
.
XJCOST
!=
0
)
handelBing3
(
obj1
,
obj2
)
handelZhu3
(
obj1
,
obj2
)
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment