@ -112,9 +112,9 @@ export default {
this.code = val;
this.getDetault(val);
if (this.code.length === 6 && ((this.code === '060101' || this.code === '060503'))) {
this.getContentData(this.code);
} else {
this.getData(this.code);
}
},