From c71cb51e119cdde5c265b3398fdad8558cb781ae Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Tue, 23 May 2023 09:00:21 +0800 Subject: [PATCH] bug --- .../fengdu/app/AppIntegratingOrder/components/GirdList.vue | 6 +++--- .../app/AppIntegratingOrder/components/ResidentList.vue | 2 +- .../app/AppIntegratingOrder/components/GirdList.vue | 6 +++--- .../app/AppIntegratingOrder/components/ResidentList.vue | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/project/fengdu/app/AppIntegratingOrder/components/GirdList.vue b/project/fengdu/app/AppIntegratingOrder/components/GirdList.vue index ebbaa0fd..e72df932 100644 --- a/project/fengdu/app/AppIntegratingOrder/components/GirdList.vue +++ b/project/fengdu/app/AppIntegratingOrder/components/GirdList.vue @@ -124,7 +124,8 @@ status: '', size: 10, startTime: '', - endTime: '' + endTime: '', + type: 0 }, isShow: false, form: { @@ -160,8 +161,7 @@ getList () { this.instance.post(`/app/appintegralsupermarketorder/list`, null, { params: { - ...this.search, - type: 0 + ...this.search } }).then((res) => { if (res.code == 0) { diff --git a/project/fengdu/app/AppIntegratingOrder/components/ResidentList.vue b/project/fengdu/app/AppIntegratingOrder/components/ResidentList.vue index a021c6f5..2b95d147 100644 --- a/project/fengdu/app/AppIntegratingOrder/components/ResidentList.vue +++ b/project/fengdu/app/AppIntegratingOrder/components/ResidentList.vue @@ -128,6 +128,7 @@ status: '', size: 10, startTime: '', + type: 1, endTime: '' }, isShow: false, @@ -165,7 +166,6 @@ this.instance.post(`/app/appintegralsupermarketorder/list`, null, { params: { ...this.search, - type: 1, girdCode: this.areaId } }).then((res) => { diff --git a/project/shuzipingchang/app/AppIntegratingOrder/components/GirdList.vue b/project/shuzipingchang/app/AppIntegratingOrder/components/GirdList.vue index 53515816..4498dfd9 100644 --- a/project/shuzipingchang/app/AppIntegratingOrder/components/GirdList.vue +++ b/project/shuzipingchang/app/AppIntegratingOrder/components/GirdList.vue @@ -123,7 +123,8 @@ status: '', size: 10, startTime: '', - endTime: '' + endTime: '', + type: 0 }, isShow: false, form: { @@ -159,8 +160,7 @@ getList () { this.instance.post(`/app/appintegralsupermarketorder/list`, null, { params: { - ...this.search, - type: 0 + ...this.search } }).then((res) => { if (res.code == 0) { diff --git a/project/shuzipingchang/app/AppIntegratingOrder/components/ResidentList.vue b/project/shuzipingchang/app/AppIntegratingOrder/components/ResidentList.vue index 92e1b4cc..02e7abd0 100644 --- a/project/shuzipingchang/app/AppIntegratingOrder/components/ResidentList.vue +++ b/project/shuzipingchang/app/AppIntegratingOrder/components/ResidentList.vue @@ -126,6 +126,7 @@ current: 1, status: '', size: 10, + type: 1, startTime: '', endTime: '' }, @@ -164,7 +165,6 @@ this.instance.post(`/app/appintegralsupermarketorder/list`, null, { params: { ...this.search, - type: 1, girdCode: this.areaId } }).then((res) => {