diff --git a/src/views/OtherPages/Information.vue b/src/views/OtherPages/Information.vue index 7b2ffab..2172304 100644 --- a/src/views/OtherPages/Information.vue +++ b/src/views/OtherPages/Information.vue @@ -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); + } else { + this.getContentData(this.code); } } },