1、承诺书错别字更改

2024年2月22日v1.0.55
liujun 2024-02-21 17:16:11 +08:00
parent bc8ff65d07
commit 9f3953ed3f
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ export default {
Object.keys(this.form).map(key => {
formData.append(key, this.form[key])
})
formData.append('chenNuoShu', this.form.APPOINT_ANNEX[0].raw)
upload('/trainingbatch/sendMessage', formData
).then((data) => {
if (data.code !== '0') {