修改工单详情

This commit is contained in:
龙运模 2025-07-17 17:35:41 +08:00
parent f755b1de4e
commit 4b8a182578

View File

@ -91,7 +91,8 @@ export default {
}
]
}
if(res.data.business_status>4){
// res.data.business_status>4
if(res.data.repair_records && res.data.repair_records.length>0){
this.repair_records = res.data.repair_records;
}
}