@ -1,6 +1,6 @@
<template>
<view class="">
<receipt-job ref="receiptjob" operation='reject'></receipt-job>
<receipt-job :title="title" ref="receiptjob" operation='reject'></receipt-job>
</view>
</template>
@ -14,6 +14,7 @@
},
data() {
return {
title:''
};
@ -22,7 +23,9 @@
this.$refs.receiptjob.refresh();
}
onLoad(option) {
this.title = option.title
onPullDownRefresh() {