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

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

View File

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