This commit is contained in:
parent
c57c510c51
commit
2cbb446286
|
|
@ -330,7 +330,7 @@ const getTeamList = async () => {
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
icon: 'none',
|
icon: 'none',
|
||||||
title: '未获取到班组',
|
title: '班组未入场',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
@ -373,7 +373,7 @@ const getAgreementInfoById = async () => {
|
||||||
if (agreementId.length > 0) {
|
if (agreementId.length > 0) {
|
||||||
getEquipmentList(agreementId)
|
getEquipmentList(agreementId)
|
||||||
} else {
|
} else {
|
||||||
console.log("未获取到协议号")
|
console.log("工程和班组没有协议")
|
||||||
}
|
}
|
||||||
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue