This commit is contained in:
yanran200730
2023-05-23 09:00:21 +08:00
parent a8ac7b14d4
commit c71cb51e11
4 changed files with 8 additions and 8 deletions

View File

@@ -124,7 +124,8 @@
status: '', status: '',
size: 10, size: 10,
startTime: '', startTime: '',
endTime: '' endTime: '',
type: 0
}, },
isShow: false, isShow: false,
form: { form: {
@@ -160,8 +161,7 @@
getList () { getList () {
this.instance.post(`/app/appintegralsupermarketorder/list`, null, { this.instance.post(`/app/appintegralsupermarketorder/list`, null, {
params: { params: {
...this.search, ...this.search
type: 0
} }
}).then((res) => { }).then((res) => {
if (res.code == 0) { if (res.code == 0) {

View File

@@ -128,6 +128,7 @@
status: '', status: '',
size: 10, size: 10,
startTime: '', startTime: '',
type: 1,
endTime: '' endTime: ''
}, },
isShow: false, isShow: false,
@@ -165,7 +166,6 @@
this.instance.post(`/app/appintegralsupermarketorder/list`, null, { this.instance.post(`/app/appintegralsupermarketorder/list`, null, {
params: { params: {
...this.search, ...this.search,
type: 1,
girdCode: this.areaId girdCode: this.areaId
} }
}).then((res) => { }).then((res) => {

View File

@@ -123,7 +123,8 @@
status: '', status: '',
size: 10, size: 10,
startTime: '', startTime: '',
endTime: '' endTime: '',
type: 0
}, },
isShow: false, isShow: false,
form: { form: {
@@ -159,8 +160,7 @@
getList () { getList () {
this.instance.post(`/app/appintegralsupermarketorder/list`, null, { this.instance.post(`/app/appintegralsupermarketorder/list`, null, {
params: { params: {
...this.search, ...this.search
type: 0
} }
}).then((res) => { }).then((res) => {
if (res.code == 0) { if (res.code == 0) {

View File

@@ -126,6 +126,7 @@
current: 1, current: 1,
status: '', status: '',
size: 10, size: 10,
type: 1,
startTime: '', startTime: '',
endTime: '' endTime: ''
}, },
@@ -164,7 +165,6 @@
this.instance.post(`/app/appintegralsupermarketorder/list`, null, { this.instance.post(`/app/appintegralsupermarketorder/list`, null, {
params: { params: {
...this.search, ...this.search,
type: 1,
girdCode: this.areaId girdCode: this.areaId
} }
}).then((res) => { }).then((res) => {