From 1d9a00467327921cd16e4ebdbe86d51de39e8b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=8F?= <1978476055@qq.com> Date: Tue, 26 Nov 2024 15:34:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=92=E6=9D=80=E9=85=8D=E7=BD=AE=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E7=AD=9B=E9=80=89,=E5=AF=BC=E5=87=BA=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../marketing/seckill/seckillGoods/index.vue | 45 +++++++++++++++++-- 1 file changed, 41 insertions(+), 4 deletions(-) diff --git a/src/views/marketing/seckill/seckillGoods/index.vue b/src/views/marketing/seckill/seckillGoods/index.vue index 78e2ceb..279ab27 100644 --- a/src/views/marketing/seckill/seckillGoods/index.vue +++ b/src/views/marketing/seckill/seckillGoods/index.vue @@ -110,7 +110,7 @@ class="selWidth" /> - + 搜索批量强制下架 + 导出列表 { + exportSeckillApi(excelData).then((res) => { + return resolve(res.data); + }); + }); + }, // 价格编辑 onAuditFree(row) { console.log(row); @@ -878,7 +915,7 @@ export default { // 具体日期 onchangeTime(e) { this.timeVal = e; - this.tableFrom.date = e ? this.timeVal.join("-") : ""; + this.tableFrom.seckill_time = e ? this.timeVal.join("-") : ""; this.getList(1); }, subSuccess() {