This commit is contained in:
zhaomeijing
2022-06-07 22:46:23 +08:00
parent a5d51d53bf
commit 6cdf04f2fa
@@ -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) =>{