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