fix 79915

This commit is contained in:
赵霄
2023-12-27 15:24:27 +08:00
parent 8fc380dd34
commit be708a10f2
@@ -468,12 +468,12 @@ export default {
// 变更且从标准编辑处跳转
if (this.isFromList && this.$route.query.operateType === OperationType.CHANGE.value) {
// 标准名称,被代替标准号,被引用标准号,标准类别,年代号
return ['standard_number_temp', 'standard_name', 'replaced_by_standard_number', 'referenced_standard', 'standard_class', 'year_number']
return ['standard_number_temp', 'replaced_by_standard_number', 'referenced_standard', 'standard_class', 'year_number']
}
// 标准法规变更
if (this.formInline.operateType === OperationType.CHANGE.value) {
// 标准名称,被代替标准号,被引用标准号,标准类别,年代号
return ['standard_name', 'replaced_by_standard_number', 'referenced_standard', 'standard_class', 'year_number']
return ['replaced_by_standard_number', 'referenced_standard', 'standard_class', 'year_number']
}
return ['replaced_by_standard_number', 'referenced_standard']
}