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:
@@ -420,7 +420,7 @@ const handleSubmit = async () => {
|
|||||||
console.log(params)
|
console.log(params)
|
||||||
let res
|
let res
|
||||||
if (props.step === '20') {
|
if (props.step === '20') {
|
||||||
params.projectChargePersonq = parseInt(projectChargePersonUserList.value[0].id)
|
params.projectChargePerson = parseInt(projectChargePersonUserList.value[0].id)
|
||||||
params.projectPersonIds = projectPersonIds
|
params.projectPersonIds = projectPersonIds
|
||||||
if (props.mode === 'resubmit') {
|
if (props.mode === 'resubmit') {
|
||||||
res = await resubmitApply(params)
|
res = await resubmitApply(params)
|
||||||
|
|||||||
Reference in New Issue
Block a user