This commit is contained in:
cun-nan 2024-03-08 17:03:01 +08:00
parent e59375cc91
commit bd6fec90ac

View File

@ -1105,6 +1105,7 @@ export default {
/** 新增按钮操作 */
handleAdd() {
this.reset();
this.tableData1 = []
this.open = true;
this.title = "添加消费有礼活动";
},