监管端上传委托书功能
parent
09be916652
commit
e4c0609ac5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue