mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +08:00
配置作业bug
This commit is contained in:
@@ -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,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user