|
@ -24,6 +24,9 @@ |
|
|
this.title = option.title |
|
|
this.title = option.title |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
onShow(){ |
|
|
|
|
|
this.$refs.comMoveJob.refresh() |
|
|
|
|
|
}, |
|
|
onReachBottom() { |
|
|
onReachBottom() { |
|
|
this.$refs.comMoveJob.onReach(); |
|
|
this.$refs.comMoveJob.onReach(); |
|
|
}, |
|
|
}, |
|
@ -34,7 +37,6 @@ |
|
|
this.$refs.comMoveJob.openFilter(); |
|
|
this.$refs.comMoveJob.openFilter(); |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
methods: { |
|
|
methods: { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|