领用归还模块修改

duizhaopin_ui
13507605001 2 years ago
parent ea70fc5dd6
commit dfdf3e3ab7

@ -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
} }

@ -204,7 +204,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
} }

Loading…
Cancel
Save