Commit 8aaea2bf authored by wangqinghua's avatar wangqinghua

Merge remote-tracking branch 'origin/master'

parents 015269c8 8aa66657
......@@ -787,7 +787,10 @@ export class BasicDetailComponent implements OnInit, AfterViewInit {
applicationid:'',
name:'全部'
}
this.itemTypeList.push(data);
if (null!=res.data){
this.itemTypeList.push(data);
}
}
);
}
......
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