|
|
@@ -398,7 +398,7 @@ const confirmSecond = (BasicFormRef: FormInstance) => {
|
|
|
}
|
|
|
})
|
|
|
let formData = {...basicForm.value}
|
|
|
- if(basicForm.value.actDept.length != 1&&typeof basicForm.value.actDept != 'string') {
|
|
|
+ if(typeof basicForm.value.actDept != 'string') {
|
|
|
formData.actDept = basicForm.value.actDept[basicForm.value.actDept.length-1]
|
|
|
}
|
|
|
formData.awardList = awardList
|