[update] 隐藏企标编辑的标准号字段,企标制修订流程的标准号字段

This commit is contained in:
lideqin
2024-04-26 15:24:49 +08:00
parent 9fb1c0b156
commit 1028363eab
2 changed files with 3 additions and 3 deletions
@@ -79,7 +79,7 @@ export default {
if (this.type === 'add') {
return ['standard_number']
} else if (this.type === 'edit') {
return ['standard_code', 'name_code', 'category_code']
return ['standard_code', 'name_code', 'category_code', 'standard_number_temp']
} else {
return []
}