[update] 添加企标制修订流程

This commit is contained in:
lideqin
2023-10-19 18:18:51 +08:00
parent 9a3adf5b07
commit fd7a57f281
13 changed files with 1141 additions and 4 deletions
@@ -206,7 +206,7 @@ export default {
this.personnelInfoData = personData
} else {
this.personnelInfoData = personData.map(item => {
return { ...item, canChoose: false }
return { ...item, canChoose: false, fieldName: undefined }
})
}
// 如果是查看进入的,不可编辑,不可操作