43167b6d by zhangmeng

看版

1 parent dacd01e0
...@@ -214,9 +214,11 @@ async function handelGetYS003() { ...@@ -214,9 +214,11 @@ async function handelGetYS003() {
214 resYear3.value = res.data.yeargroup 214 resYear3.value = res.data.yeargroup
215 let obj1 = res.data.yeargroup[0] 215 let obj1 = res.data.yeargroup[0]
216 let obj2 = res.data.yeargroup[1] 216 let obj2 = res.data.yeargroup[1]
217 for (let v of obj1.list) { 217 // for (let v of obj1.list) {
218 if (v.XJCOST == 0) v.XJCOST = null 218 // if (v.XJCOST == 0) v.XJCOST = null
219 } 219 // }
220 obj1.list = obj1.list.filter(v => v.XJCOST != 0)
221
220 222
221 handelBing3(obj1, obj2) 223 handelBing3(obj1, obj2)
222 handelZhu3(obj1, obj2) 224 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!