Commit 06fa2fb1 by chenxin

fix: bug

parent b1615e98
......@@ -137,7 +137,7 @@ export default {
},
{
breadName: '发货单',
breadPath: '/performance/delivery',
breadPath: '/gift-performance/delivery',
},
{
breadName: '发货单详情'
......
......@@ -278,7 +278,7 @@ export default {
this.activeDialog = dialogName;
},
linkToDetail(row) {
this.$router.push({ path: '/performance/delivery-detail', query: { deliveryId: row.deliveryId } });
this.$router.push({ path: '/gift-performance/delivery-detail', query: { deliveryId: row.deliveryId } });
},
handleExport(config) {
let listParams = {
......
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