Commit e6a98263 by 黑潮

Merge branch 'feature/福利中心-礼品管理' into dev

parents 9aa6922b a23318e5
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -246,7 +246,7 @@ export default {
},
linkToDetail(deliveryId) {
// this.$router.push({ path: '/performance/delivery-detail', query: { deliveryId } });
window.open(`/performance/delivery-detail?deliveryId=${deliveryId}`);
window.open(`/welfare/gift-performance/delivery-detail?deliveryId=${deliveryId}`);
},
handleSearchTypeChange() {
this.searchValue = '';
......
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