配置作业bug

This commit is contained in:
zhangyc
2022-12-27 08:15:40 +08:00
parent d090544399
commit b520166f80

View File

@@ -264,7 +264,7 @@ export default {
workEnclosureAddress: state.attach workEnclosureAddress: state.attach
? state.attach ? state.attach
: "", : "",
workId: props.edit ? props.EditWorkId : 0, workId: props.EditWorkId >0 ? props.EditWorkId:0 ,
workName: state.name, workName: state.name,
workRequirement: state.workRequirement, workRequirement: state.workRequirement,
}; };