[update] 修改bug80911
This commit is contained in:
@@ -947,8 +947,10 @@ export default {
|
||||
return { value: item }
|
||||
}) : []
|
||||
console.log(this.formInline.standardSystem)
|
||||
// 标准类型
|
||||
this.formInline.standardType = result.standard_class || undefined
|
||||
// 标准等级分类
|
||||
this.formInline.enStandardClassification = result.grade_classification
|
||||
this.formInline.enStandardClassification = result.grade_classification || undefined
|
||||
// 编制说明
|
||||
this.formInline.compilationDescription = result.comp_illustration
|
||||
// 零部件名称
|
||||
|
||||
Reference in New Issue
Block a user