mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 22:46:45 +08:00
由列表页面跳转详情页面路由传参由原来的固定调整为动态的值
This commit is contained in:
@@ -181,9 +181,9 @@ export default {
|
|||||||
query: {
|
query: {
|
||||||
grpContNo: item.grpContNo,
|
grpContNo: item.grpContNo,
|
||||||
renewalFlag: this.active,
|
renewalFlag: this.active,
|
||||||
agentCode: 'G0000025',
|
agentCode: this.agentCode,
|
||||||
cvaliStartDate: '2023-12-01',
|
cvaliStartDate: this.cvaliStartDate,
|
||||||
cvaliEndDate: '2023-12-10',
|
cvaliEndDate: this.cvaliEndDate,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user