@@ -173,7 +173,7 @@ const doInOutMoney = (tab: string) => {
showCancelButton: true,
confirmButtonText: '去签署合同'
}).then(() => {
- router.push({ name: 'account-protocol' })
+ router.push({ name: 'account-protocol', query: { memberUserId: getMemberUserId()} })
})
return
}