bug
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user