[update]
This commit is contained in:
@@ -896,11 +896,11 @@ export default {
|
||||
})
|
||||
.then( (res) =>{
|
||||
if (res.data.success) {
|
||||
_this.$message.success(res.data.message)
|
||||
_this.$message.success(this.$t('OperationSuccessful'))
|
||||
_this.areaVisible = false
|
||||
_this.GetgetTableList()
|
||||
}else{
|
||||
_this.$message.warning(res.data.message)
|
||||
_this.$message.warning(this.$t('operationFailed'))
|
||||
}
|
||||
})
|
||||
.catch( (error) =>{
|
||||
@@ -970,10 +970,10 @@ export default {
|
||||
onOk() {
|
||||
postAction(_this.url.add, configDataList).then((res) => {
|
||||
if (res.success) {
|
||||
_this.$message.success(res.result)
|
||||
_this.$message.success(_this.$t('OperationSuccessful'))
|
||||
_this.GetgetTableList()
|
||||
} else {
|
||||
_this.$message.warning(this.$t('operationFailed'))
|
||||
_this.$message.warning(_this.$t('operationFailed'))
|
||||
}
|
||||
})
|
||||
}
|
||||
@@ -1016,7 +1016,7 @@ export default {
|
||||
})
|
||||
.then( (res) =>{
|
||||
if (res.data.success) {
|
||||
_this.$message.success(res.data.result)
|
||||
_this.$message.success(_this.$t('OperationSuccessful'))
|
||||
_this.GetgetTableList()
|
||||
_this.selectedRowKeysValue=[]
|
||||
}else{
|
||||
@@ -1061,7 +1061,7 @@ export default {
|
||||
})
|
||||
.then( (res) =>{
|
||||
if (res.data.success) {
|
||||
_this.$message.success(res.data.result)
|
||||
_this.$message.success(_this.$t('OperationSuccessful'))
|
||||
_this.GetgetTableList()
|
||||
_this.selectedRowKeysValue=[]
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user