Commit 67b816db authored by yaya's avatar yaya

feat: 寄售详情功能优化

parent bed4a43c
......@@ -35,4 +35,10 @@ export function cancelValue(params) {
data: params
})
}
export function findDetail(params) {
return request({
url: '/consignSaleManage/findDetail',
method: 'post',
data: params
})
}
......@@ -398,7 +398,8 @@ export const asyncRouterMap = [
title: '寄售详情',
icon: 'form',
noCache: true
}
},
hidden: true
}
]
},
......
This diff is collapsed.
......@@ -306,8 +306,8 @@ export default {
/**
* 详情
*/
handleToDetail() {
handleToDetail(item) {
this.$router.push({ path: '/consign/consignDetail', query: { saleId: item.saleId }})
},
/**
* 图文评估
......
......@@ -63,7 +63,6 @@
{{ imageMainPosition === index ? '主图' : '设为主图' }}
</div>
</div>
</div>
</Draggable>
......
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