This commit is contained in:
parent
c57c510c51
commit
2cbb446286
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue