@@ -69,7 +69,7 @@ export default {
console.log(row)
let postParams = [
{
- GraphCategoryId: this.GraphCategoryId,
+ GraphCategoryId: this.GraphCategoryId[0],
GraphElementId: row.Id
}
]