@@ -230,7 +230,7 @@ export default { | |||
updatePoints(row) { | |||
api | |||
.updatePoints({ | |||
basicTaskId: row.id, | |||
itemId: row.id, | |||
expectedPoints: row.expectedPoints, | |||
}) | |||
.then((res) => { |
@@ -214,7 +214,7 @@ export default { | |||
updatePoints(row) { | |||
api | |||
.updatePoints({ | |||
basicTaskId: row.id, | |||
itemId: row.id, | |||
expectedPoints: row.expectedPoints, | |||
}) | |||
.then((res) => { |
@@ -228,7 +228,7 @@ export default { | |||
updatePoints(row) { | |||
api | |||
.updatePoints({ | |||
basicTaskId: row.id, | |||
itemId: row.id, | |||
expectedPoints: row.expectedPoints, | |||
}) | |||
.then((res) => { |