Merge pull request 'fix : 项目立项页面细节优化' (#530) from dd into master

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/530
This commit is contained in:
2024-07-11 15:49:34 +00:00

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)