mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
配置作业bug
This commit is contained in:
@@ -264,7 +264,7 @@ export default {
|
||||
workEnclosureAddress: state.attach
|
||||
? state.attach
|
||||
: "",
|
||||
workId: props.edit ? props.EditWorkId : 0,
|
||||
workId: props.EditWorkId >0 ? props.EditWorkId:0 ,
|
||||
workName: state.name,
|
||||
workRequirement: state.workRequirement,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user