From a33916e654b7463e227efcbd440e05c6165905ae Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Mon, 30 May 2022 15:09:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=B2=E7=9F=A5=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/projectManagement/components/addModel.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jero-web/src/views/projectManagement/components/addModel.vue b/jero-web/src/views/projectManagement/components/addModel.vue index 91c7734ef..e99ff909b 100644 --- a/jero-web/src/views/projectManagement/components/addModel.vue +++ b/jero-web/src/views/projectManagement/components/addModel.vue @@ -395,12 +395,14 @@ this.formInline = { ...this.formInline } }, projectNameChange(value) { + this.formInline.yearNameId = undefined let content = this.projectNameList.filter(res => { return res.id == value }) this.formInline.vehiclePlatform = content[0].vehiclePlatform || '' this.yearNameDataList = content[0].yearNameDataList || [] this.formInline.digitalPlatform = content[0].digitalPlatform || '' + this.formInline = {...this.formInline} } } }