This commit is contained in:
zhaomeijing
2022-06-27 14:13:29 +08:00
parent 245506a546
commit 6e7ec4b800
3 changed files with 10 additions and 5 deletions
@@ -111,11 +111,11 @@ export default {
.then( (res) =>{
console.log(res,'res')
if (res.data.success) {
_this.$message.success(res.data.message)
_this.$message.success(_this.$t('OperationSuccessful'))
this.$emit('areaVisibsynchronous', false)
this.$emit('GetgetTableList')
}else{
_this.$message.warning(res.data.message)
_this.$message.warning(_this.$t('operationFailed'))
}
})
.catch( (error) =>{