Commit cf5e2ee2 authored by xiaowenjie's avatar xiaowenjie

修改

parent 0df53618
...@@ -786,8 +786,11 @@ export class BasicDetailComponent implements OnInit, AfterViewInit { ...@@ -786,8 +786,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