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