43167b6d by zhangmeng

看版

1 parent dacd01e0
......@@ -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)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!