@@ -631,7 +631,7 @@ export default {
this.computeTotal()
} else {
if (row.id !== null) {
- this.$modal.confirm('是否确认删除月销售目标填报明细编号为"' + ids + '"的数据项?').then(function () {
+ this.$modal.confirm('是否确认删除月销售目标填报明细编号为"' + row.id + '"的数据项?').then(function () {
return delMonthSaleGoalDetails(row.id);
}).then(() => {
this.getListDetails();