Commit 911d6f71 authored by linxin's avatar linxin

add

parent 0bb26582
......@@ -200,11 +200,12 @@ export default {
},
// 进入产品明细
goProductDetail (list) {
let bpId = !list.office_id && !list.agent_id ? list.bp_id : (list.agent_id ? list.agent_id : list.office_id)
this.$router.push({
name: 'ProDetailed',
params: {
product_id: list.product_id,
bp_id: list.bp_id,
bp_id: bpId,
},
})
},
......
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