[update] tishi bug

This commit is contained in:
zhaomeijing
2022-06-06 23:16:00 +08:00
parent 08ea2c5e64
commit 38f69265f6
@@ -110,10 +110,10 @@ export default {
}) })
.then( (res) =>{ .then( (res) =>{
if (res.data.success) { if (res.data.success) {
_this.$message.success(res.data.result) _this.$message.success(res.data.message)
this.$emit('areaVisibsynchronous', false) this.$emit('areaVisibsynchronous', false)
}else{ }else{
_this.$message.warning(res.data.result) _this.$message.warning(res.data.message)
} }
}) })
.catch( (error) =>{ .catch( (error) =>{