diff --git a/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue b/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue index 3184005..d6232a3 100644 --- a/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue +++ b/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue @@ -330,7 +330,7 @@ const getTeamList = async () => { } else { uni.showToast({ icon: 'none', - title: '未获取到班组', + title: '班组未入场', }) } } catch (error) { @@ -373,7 +373,7 @@ const getAgreementInfoById = async () => { if (agreementId.length > 0) { getEquipmentList(agreementId) } else { - console.log("未获取到协议号") + console.log("工程和班组没有协议") } } catch (error) {