Commit 46a107fc by liuchenxi

Merge branch 'feature/12月迭代' into dev

parents 0fc3b501 537fd979
......@@ -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