From 7274a53f0cb83bce075bff87e8e9d3183716fefa Mon Sep 17 00:00:00 2001 From: sjl <15627915168@163.com> Date: Sun, 7 Feb 2021 14:59:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=A2=9E=E5=8A=A0=E6=B8=85=E7=A9=BA=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E7=9A=84=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mall4v/src/views/modules/order/order.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mall4v/src/views/modules/order/order.vue b/mall4v/src/views/modules/order/order.vue index 0f568e0..aca8cfd 100644 --- a/mall4v/src/views/modules/order/order.vue +++ b/mall4v/src/views/modules/order/order.vue @@ -43,6 +43,8 @@ @click="getSoldExcel()" type="primary" size="small">导出销售记录 + 清空
@@ -249,6 +251,10 @@ export default { this.dataListLoading = false }) }, + // 清除数据 + clearDatas () { + this.dataForm = [] + }, // 每页数 sizeChangeHandle (val) { this.page.pageSize = val