修改工单详情
This commit is contained in:
parent
f755b1de4e
commit
4b8a182578
@ -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;
|
this.repair_records = res.data.repair_records;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user