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