Commit 3228b7b3 by liuchenxi

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

parents 46a107fc e116769c
......@@ -388,7 +388,7 @@ export default {
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
this.$store.commit('mutations_breadcrumb', [{ name: '企业管理', path: '' }, { name: '计费中心', path: '/recharge' }, { name: pageName, path: '' }]); // eslint-disable-line
},
methods: {
setInputWidth() {
......
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