Commit 537fd979 by liuchenxi

update:文案

parent cf46f34f
......@@ -387,6 +387,7 @@ export default {
this.deparment.departId = config.accountDepartId;
await this.getRule(); // 该接口调取完后select-depart组件挂载所以在之前一步初始化departId
this.loadAll();
const pageName = this.$route.params.type == 'marketing' ? '短信营销消费详情' : this.$route.params.type == 'sms' ? '短信验证码消费详情' : '双向呼叫消费详情';
this.$store.commit('mutations_breadcrumb', [{ name: '企业管理', path: '' }, { name: '计费中心', path: '/recharge' }, { name: '消费详情', path: '' }]); // eslint-disable-line
},
methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment