|
|
@ -132,7 +132,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getList() {
|
|
|
|
getList() {
|
|
|
|
const data = {
|
|
|
|
const data = {
|
|
|
|
status: this.$route.name === 'Receiving' ? 2 : 3,
|
|
|
|
status: this.$route.name === 'Receiving' ? 4 : 2,
|
|
|
|
page: this.page,
|
|
|
|
page: this.page,
|
|
|
|
page_size: this.page_size
|
|
|
|
page_size: this.page_size
|
|
|
|
}
|
|
|
|
}
|
|
|
|