@@ -140,7 +140,8 @@ export default {
this.$router.push({
path: '/partnerEdit',
query: {
- id: row.id
+ id: row.id,
+ type: 'CLIENT'
}
});
},
@@ -132,7 +132,8 @@ export default {
- ...this.$route.query
+ ...this.$route.query,
+ type: 'SUPPLIER'