修改已知问题
This commit is contained in:
@@ -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}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user