From 68db9d46b5e0ac2ef35c4207d8e1b8d55bb679b3 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 11 Aug 2025 09:43:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/materialsStation/toolsLease/codeOut.vue | 5 ++++- src/pages/my/signature.vue | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/pages/materialsStation/toolsLease/codeOut.vue b/src/pages/materialsStation/toolsLease/codeOut.vue index 01b20fc..a8779c5 100644 --- a/src/pages/materialsStation/toolsLease/codeOut.vue +++ b/src/pages/materialsStation/toolsLease/codeOut.vue @@ -163,7 +163,10 @@ {{ '没有更多数据了~' }} - 添加 + +
+ +
diff --git a/src/pages/my/signature.vue b/src/pages/my/signature.vue index 7d47bae..4e17c0d 100644 --- a/src/pages/my/signature.vue +++ b/src/pages/my/signature.vue @@ -39,7 +39,7 @@ onLoad((opt) => { // console.log('🚀 ~ onLoad ~ opt:', opt) const params = opt.params ? JSON.parse(opt.params) : {} Object.assign(opts, params) - if (opts.isLease) { + if (opts.isLease || opts.isToolsLease) { signType.value = opts.leaseSignType imgPath.value = opts.leaseSignUrl } @@ -57,7 +57,7 @@ onLoad((opt) => { }) onMounted(() => { - if (opts.isLease || opts.isBack || opts.isAuthorize) return + if (opts.isLease || opts.isBack || opts.isAuthorize || opts.isToolsLease) return getSignData() })