From 2547e2e58645eef74d658feaabdc9a773272a5f1 Mon Sep 17 00:00:00 2001 From: liuyongli <1598631486@qq.com> Date: Mon, 8 Nov 2021 17:30:57 +0800 Subject: [PATCH] no message --- src/views/TailInsightDetails/rearWingInformationList/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/TailInsightDetails/rearWingInformationList/index.vue b/src/views/TailInsightDetails/rearWingInformationList/index.vue index 225c0eb..f76b2cf 100644 --- a/src/views/TailInsightDetails/rearWingInformationList/index.vue +++ b/src/views/TailInsightDetails/rearWingInformationList/index.vue @@ -105,7 +105,7 @@ export default { created() { this.form.token = this.getToken; this.form.sBrand = this.getBrand.brandname || "奥迪"; - this.getUserSeriesName(this.form.sBrand).then(() => { + this.getUserSeriesName().then(() => { this.getData(); });