This commit is contained in:
hongchao 2025-09-28 21:33:52 +08:00
commit 379912c8ca
1 changed files with 9 additions and 0 deletions

View File

@ -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 {