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){