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 {