监管端上传委托书功能

2024年2月22日v1.0.55^2
liujun 2024-02-04 11:19:40 +08:00
parent 09be916652
commit e4c0609ac5
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ export default {
formData.append(key, this.form[key]) formData.append(key, this.form[key])
}) })
formData.append('weiTuoShu', this.form.APPOINT_ANNEX[0].raw) formData.append('weiTuoShu', this.form.APPOINT_ANNEX[0].raw)
upload('/xgf/user/approve', formData) upload('/xgf/user/attorney', formData)
.then((data) => { .then((data) => {
this.$message.success('推送成功') this.$message.success('推送成功')
this.visible = false this.visible = false