mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +08:00
feat:编辑作业ID修改
This commit is contained in:
@@ -271,6 +271,7 @@ export default {
|
|||||||
workId: props.EditWorkId >0 ? props.EditWorkId:0 ,
|
workId: props.EditWorkId >0 ? props.EditWorkId:0 ,
|
||||||
workName: state.name,
|
workName: state.name,
|
||||||
workRequirement: state.workRequirement,
|
workRequirement: state.workRequirement,
|
||||||
|
id: props.edit ? props.taskIdDraft : ""
|
||||||
};
|
};
|
||||||
|
|
||||||
if (props.EditWorkId > 0) {
|
if (props.EditWorkId > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user