修改用户emgail国际化的问题和保存规则提示的问题
This commit is contained in:
parent
b4a189a002
commit
0954312cac
@ -59,7 +59,7 @@ export default {
|
|||||||
prop: 'mobile'
|
prop: 'mobile'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('system.global.email'),
|
title: this.$t('global.email'),
|
||||||
prop: 'email'
|
prop: 'email'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -184,8 +184,8 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.$router.push({ path: `${path}` });
|
this.$router.push({ path: `${path}` });
|
||||||
}
|
}
|
||||||
}).catch(res => {
|
}).catch(error => {
|
||||||
this.$messageBox('保存规则失败');
|
this.$messageBox(`保存规则失败: ${error.message}`);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
addRuleList(data) {
|
addRuleList(data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user