修改部分已知的代码问题

This commit is contained in:
lemon橪
2021-09-28 17:56:21 +08:00
parent 3b9b2e8ba2
commit c98c5b64e1
4 changed files with 4 additions and 5 deletions

View File

@@ -339,9 +339,7 @@ export default {
getAfterSaleReason(serviceType).then((res) => {
if (res.data.success) {
// 1357583466371219456
this.reason = res.data.result.filter((item) => {
return item.id == this.serviceDetail.reason;
})[0].reason;
this.reason = this.serviceDetail.reason;
}
});
},