fix : 项目立项页面细节优化
This commit is contained in:
@@ -407,7 +407,7 @@ const handleSubmit = async () => {
|
||||
}
|
||||
let projectPersonIds = []
|
||||
for (const item of projectPersonUserList.value) {
|
||||
projectPersonIds.push(item.id)
|
||||
projectPersonIds.push(parseInt(item.id))
|
||||
}
|
||||
let params = {
|
||||
deploymentId: deploymentId.value,
|
||||
@@ -415,7 +415,7 @@ const handleSubmit = async () => {
|
||||
fileList: files,
|
||||
singleFile: attachment.value.singleFile,
|
||||
projectId: projectId.value,
|
||||
projectChargePerson: projectChargePersonUserList.value[0].id,
|
||||
projectChargePerson: parseInt(projectChargePersonUserList.value[0].id),
|
||||
projectPersonIds: projectPersonIds,
|
||||
preProcess: JSON.stringify(localFormData.value.preProcess)
|
||||
}
|
||||
|
||||
@@ -201,7 +201,7 @@ const handleView=(row)=>{
|
||||
query: {
|
||||
id: row.requirementId,
|
||||
projectId: row.projectId,
|
||||
// step: '40'
|
||||
step: '10'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user