|
@@ -822,7 +822,7 @@ export default {
|
|
|
}
|
|
|
// 若编辑入参未包含预测编码,则根据id加载详情以保证回显
|
|
|
try {
|
|
|
- const id = (this.editData && (this.editData.id || this.editData.Id)) || (this.formData && (this.formData.id || this.formData.Id))
|
|
|
+ const id = (this.editData && (this.editData.id)) || (this.formData && (this.formData.id))
|
|
|
if (!this.formData.forecastCode && id) {
|
|
|
this.loadForecastDetail(id)
|
|
|
}
|