diff --git a/src/views/reagent/receivingandreturn/index copy.vue b/src/views/reagent/receivingandreturn/index copy.vue index 7327174..2169757 100644 --- a/src/views/reagent/receivingandreturn/index copy.vue +++ b/src/views/reagent/receivingandreturn/index copy.vue @@ -132,7 +132,7 @@ export default { }, getList() { const data = { - status: this.$route.name === 'Receiving' ? 2 : 3, + status: this.$route.name === 'Receiving' ? 4 : 2, page: this.page, page_size: this.page_size } diff --git a/src/views/reagent/receivingandreturn/index.vue b/src/views/reagent/receivingandreturn/index.vue index ed9b40f..f6c4699 100644 --- a/src/views/reagent/receivingandreturn/index.vue +++ b/src/views/reagent/receivingandreturn/index.vue @@ -204,7 +204,7 @@ export default { }, getList() { const data = { - status: this.$route.name === 'Receiving' ? 2 : 3, + status: this.$route.name === 'Receiving' ? 4 : 2, page: this.page, page_size: this.page_size }