diff --git a/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue b/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue index 87ffe5470..b0b5c90fb 100644 --- a/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue +++ b/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue @@ -997,7 +997,7 @@ export default { } } this.pdidlist.splice(delIdx,1); - this.form.tableDatas.splice(delIdx,1); + this.tableData1.splice(delIdx,1); }