parent
50b64ed5e6
commit
39d0e0f406
|
@ -292,10 +292,15 @@ export default {
|
|||
}
|
||||
upload('/xgf/user/approveMax', formData)
|
||||
.then((data) => {
|
||||
this.$message.success('推送成功')
|
||||
this.visible = false
|
||||
this.$emit('refresh', '')
|
||||
this.handleClose()
|
||||
if (data.code !== '0') {
|
||||
this.$message.error(data.errorMessage)
|
||||
} else {
|
||||
this.$message.success('推送成功')
|
||||
this.visible = false
|
||||
this.handleClose()
|
||||
this.$emit('refresh', '')
|
||||
}
|
||||
|
||||
this.loading = false
|
||||
})
|
||||
.catch((e) => {
|
||||
|
|
Loading…
Reference in New Issue