Merge pull request 'master' (#531) from master into prod

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/531
This commit is contained in:
2024-07-11 15:49:43 +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)