@@ -132,6 +132,7 @@ export default {
beforeMount(){
if( this.typeList.length >0 ){
this.type = this.typeList[0].name
+ this.getData()
}
},
beforeDestroy() {