fix:禅道82
This commit is contained in:
parent
5b12029d20
commit
c6422ed99e
|
@ -606,7 +606,7 @@ export default {
|
|||
that.hasRoute = true;
|
||||
}
|
||||
that.oinfo_json = [];
|
||||
if(res.oinfo_json_){
|
||||
if(res.oinfo_json_&&res.oinfo_json_!==null){
|
||||
for(let key in res.oinfo_json_){
|
||||
let obj = {};
|
||||
obj.key = key;
|
||||
|
|
Loading…
Reference in New Issue