修改已知问题

This commit is contained in:
qq787203167
2022-05-30 15:09:43 +08:00
parent 81bf21af1d
commit a33916e654
@@ -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}
}
}
}