[update]
This commit is contained in:
@@ -198,11 +198,12 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
.then( (res) =>{
|
.then( (res) =>{
|
||||||
|
console.log(res,'res')
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
_this.$message.success(res.data.result)
|
_this.$message.success(res.data.message)
|
||||||
this.$emit('areaVisibleAssignedbyflag', false)
|
this.$emit('areaVisibleAssignedbyflag', false)
|
||||||
}else{
|
}else{
|
||||||
_this.$message.warning(res.data.result)
|
_this.$message.warning(res.data.message)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch( (error) =>{
|
.catch( (error) =>{
|
||||||
|
|||||||
Reference in New Issue
Block a user