Commit 8aaea2bf authored by wangqinghua's avatar wangqinghua

Merge remote-tracking branch 'origin/master'

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