Commit d48cebfd by yanju

取消报错

parent 4dd98be1
...@@ -49,13 +49,11 @@ ...@@ -49,13 +49,11 @@
}, },
info:{ info:{
type:Object, type:Object,
default: {} default: ()=>({})
} }
}, },
created(){ created(){
console.log(this.id);
console.log(this.info);
if(this.id){ if(this.id){
this.dataGetUserInfo(); this.dataGetUserInfo();
}else{ }else{
......
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