From bad7ccca8987e2ea1e08dad3fff3caef85eb9c86 Mon Sep 17 00:00:00 2001 From: song Date: Wed, 2 Mar 2022 18:11:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8=E8=AF=A6=E6=83=85=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/OtherPages/Information.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } } },