This commit is contained in:
joylink_cuiweidong 2019-08-29 09:03:09 +08:00
commit 2cee3cb6fc
2 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ export default {
prop: 'mobile'
},
{
title: this.$t('system.global.email'),
title: this.$t('global.email'),
prop: 'email'
},
{

View File

@ -184,8 +184,8 @@ export default {
} else {
this.$router.push({ path: `${path}` });
}
}).catch(res => {
this.$messageBox('保存规则失败');
}).catch(error => {
this.$messageBox(`保存规则失败: ${error.message}`);
});
},
addRuleList(data) {