This commit is contained in:
hayu 2025-09-23 19:41:10 +08:00
parent c57c510c51
commit 2cbb446286
1 changed files with 2 additions and 2 deletions

View File

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