Commit cf5e2ee2 authored by xiaowenjie's avatar xiaowenjie

修改

parent 0df53618
...@@ -786,7 +786,10 @@ export class BasicDetailComponent implements OnInit, AfterViewInit { ...@@ -786,7 +786,10 @@ export class BasicDetailComponent implements OnInit, AfterViewInit {
applicationid:'', applicationid:'',
name:'全部' 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