diff --git a/src/pages/inventoryMove/job/moveJob.vue b/src/pages/inventoryMove/job/moveJob.vue index 6e6052f1..93451619 100644 --- a/src/pages/inventoryMove/job/moveJob.vue +++ b/src/pages/inventoryMove/job/moveJob.vue @@ -24,6 +24,9 @@ this.title = option.title }, + onShow(){ + this.$refs.comMoveJob.refresh() + }, onReachBottom() { this.$refs.comMoveJob.onReach(); }, @@ -34,7 +37,6 @@ this.$refs.comMoveJob.openFilter(); } }, - methods: { }