From 66b46dbd005d674180c0e11b6954a17bed4bbc5e Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Thu, 11 Jul 2024 14:30:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E6=8B=92=E7=BB=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/purchaseReceipt/job/purchaseReject.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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(); },