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