From 9ebd0d57a9c6141e4ce5d506f6a8cb5775320044 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Sun, 28 Sep 2025 21:23:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue b/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue index 040292e..f5be1eb 100644 --- a/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue +++ b/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue @@ -318,6 +318,15 @@ const getDetailsById = async () => { formData.relPhone = res.data.leaseApplyInfo.phone || res.data.leaseApplyInfo.relPhone || '' await getTeamList() await getAgreementInfoById() + if (res.msg.includes('您所选择的')) { + // 弹框提示 + uni.showModal({ + content: res.msg, + showCancel: false, + confirmText: '关闭', + confirmColor: '#ccc', + }) + } } catch (error) { console.log('🚀 ~ getDetailsById ~ error:', error) } finally {