@@ -129,7 +129,8 @@
toEditProduct(row){
const param = {
conceptId: row.conceptId,
- relationId: 17
+ relationIds: [17],
+ typeIds: [3,1]
};
const pam = this.searched ? {
currentPage: this.currentPage,