This commit is contained in:
zhaomeijing
2022-06-07 23:08:43 +08:00
parent 6cdf04f2fa
commit 2184ab5e6b
3 changed files with 5 additions and 3 deletions
@@ -109,9 +109,11 @@ export default {
}
})
.then( (res) =>{
console.log(res,'res')
if (res.data.success) {
_this.$message.success(res.data.message)
this.$emit('areaVisibsynchronous', false)
this.$emit('GetgetTableList')
}else{
_this.$message.warning(res.data.message)
}