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