相关方人员审批 - 完善事务处理机制以及推送失败的友好提示

liujun-07-22-风向模块迁移
water_xu 2024-07-09 15:44:12 +08:00
parent c56058b74d
commit dc9d85c7ab
1 changed files with 5 additions and 1 deletions

View File

@ -292,7 +292,11 @@ export default {
}
upload('/xgf/user/approveMax', formData)
.then((data) => {
this.$message.success('推送成功')
if (data.errorMessage == ''){
this.$message.success('推送成功')
}else {
this.$message.error(data.errorMessage)
}
this.visible = false
this.$emit('refresh', '')
this.handleClose()