礼品卡

This commit is contained in:
齐天大圣 2024-03-07 14:42:17 +08:00
parent 173cac0da9
commit 63eaf1e825

View File

@ -997,7 +997,7 @@ export default {
} }
} }
this.pdidlist.splice(delIdx,1); this.pdidlist.splice(delIdx,1);
this.form.tableDatas.splice(delIdx,1); this.tableData1.splice(delIdx,1);
} }