由列表页面跳转详情页面路由传参由原来的固定调整为动态的值

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-11-13 17:20:13 +08:00
parent 32efc01229
commit bca713cc29

View File

@@ -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,
}
})
},