fix : 项目立项页面细节优化

This commit is contained in:
2024-07-11 23:49:15 +08:00
parent 80cd6363ab
commit 45220348d3

View File

@@ -420,7 +420,7 @@ const handleSubmit = async () => {
console.log(params)
let res
if (props.step === '20') {
params.projectChargePersonq = parseInt(projectChargePersonUserList.value[0].id)
params.projectChargePerson = parseInt(projectChargePersonUserList.value[0].id)
params.projectPersonIds = projectPersonIds
if (props.mode === 'resubmit') {
res = await resubmitApply(params)