修改用户emgail国际化的问题和保存规则提示的问题

This commit is contained in:
ival 2019-08-29 09:02:02 +08:00
parent b4a189a002
commit 0954312cac
2 changed files with 3 additions and 3 deletions

View File

@ -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'
}, },
{ {

View File

@ -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) {