@@ -354,7 +354,7 @@ const agreementEdit = (item) => {
router.push({
name: "salesmanDataDetail",
query: {
- id: id,
+ id: item.id,
},
});
};