Commit 16eaef72 authored by wangjiankun's avatar wangjiankun

fix: debugger

parent 467e01e7
...@@ -420,7 +420,6 @@ ...@@ -420,7 +420,6 @@
}) })
} }
this.productionProjectData = resultArray this.productionProjectData = resultArray
debugger
let dealArr = JSON.parse(JSON.stringify(resultArray)).map((item => { let dealArr = JSON.parse(JSON.stringify(resultArray)).map((item => {
if(item.productionProperties && item.productionProperties.length > 0) { if(item.productionProperties && item.productionProperties.length > 0) {
item.productionProperties.map(item2 => { item.productionProperties.map(item2 => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment