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