diff --git a/src/pages/purchaseReceipt/job/purchaseReject.vue b/src/pages/purchaseReceipt/job/purchaseReject.vue index 3f20e0f6..a0d2b697 100644 --- a/src/pages/purchaseReceipt/job/purchaseReject.vue +++ b/src/pages/purchaseReceipt/job/purchaseReject.vue @@ -1,6 +1,6 @@ @@ -14,6 +14,7 @@ }, data() { return { + title:'' }; }, @@ -22,7 +23,9 @@ this.$refs.receiptjob.refresh(); } }, - + onLoad(option) { + this.title = option.title + }, onPullDownRefresh() { this.$refs.receiptjob.refresh(); },