Commit 130b80e1 by liangzhen

解决空数据报错问题

1 parent 9dbf7559
Showing with 3 additions and 0 deletions
......@@ -410,6 +410,9 @@ export default {
let resfxList = responfx.data.records.filter((item) => {
return item.type == 1 || item.type == 2;
});
if(resfxList.length<1){
return
}
console.log(resfxList,'resfxListresfxList')
let fzfxList=resfxList[0].checkDesc.split("\n");
console.log(fzfxList,'0000000')
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!