From e7b49579b360ed916a0bb3366181cc936569b10c Mon Sep 17 00:00:00 2001 From: Lenovo Date: Tue, 16 Jul 2024 09:13:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E8=A1=A8=E6=A0=BC=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/market/whole/index.vue | 2 -- ruoyi-ui/src/views/statistics/shop/index.vue | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/market/whole/index.vue b/ruoyi-ui/src/views/market/whole/index.vue index ce1f8a4..998cda2 100644 --- a/ruoyi-ui/src/views/market/whole/index.vue +++ b/ruoyi-ui/src/views/market/whole/index.vue @@ -441,10 +441,8 @@ export default { saleList: [], timeRange: ['00:00:00','23:59:59'], - timeRange1: undefined, // 表单参数 form: {quotaStatus:'1'}, - form1: {}, defaultProps: { children: "children", label: "label" diff --git a/ruoyi-ui/src/views/statistics/shop/index.vue b/ruoyi-ui/src/views/statistics/shop/index.vue index 6f19a6b..b536cf6 100644 --- a/ruoyi-ui/src/views/statistics/shop/index.vue +++ b/ruoyi-ui/src/views/statistics/shop/index.vue @@ -399,6 +399,7 @@ export default { expStartTime: undefined, expEndTime: undefined }, + timeRange1: undefined, // 店铺表格数据 storeList: [], // 弹出层标题 @@ -429,6 +430,7 @@ export default { timeRange: undefined, // 表单参数 form: {}, + form1: {}, defaultProps: { children: "children", label: "label" @@ -609,8 +611,8 @@ export default { // this.title = "添加角色"; }, export1(row) { - this.form1.id = row.id; this.open1 = true; + this.form1.id = row.id; }, submitExport: function() { if(this.timeRange1==undefined || this.timeRange1.length == 0){