From dcf5d11b0a4ed28bbc80101b64961640541f101c Mon Sep 17 00:00:00 2001 From: cun-nan <19819293608@163.com> Date: Thu, 7 Mar 2024 14:56:08 +0800 Subject: [PATCH] bug --- fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue b/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue index 2afbf2fd6..9ed8c637b 100644 --- a/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue +++ b/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue @@ -1122,7 +1122,6 @@ export default { this.tableDatas = response.data.activeConsumptionChildList.filter(item => item.activeGift == '2') this.form.shiwudata = response.data.activeConsumptionChildList.filter(item => item.activeGift == '4') } - console.log(this.tableData1,1241) this.open = true; this.title = "修改消费有礼活动"; });