diff --git a/jsowell-ui/src/views/pile/station/detail.vue b/jsowell-ui/src/views/pile/station/detail.vue index e1b36ecaf..f821e50d7 100644 --- a/jsowell-ui/src/views/pile/station/detail.vue +++ b/jsowell-ui/src/views/pile/station/detail.vue @@ -375,8 +375,8 @@ export default { console.log("res", res); console.log("res.rows", res.rows); res.rows.forEach((item, index) => { - this.checkList.push(item.thirdPartyType); - this.firstList.push(item.thirdPartyType); + this.checkList.push(item.thirdPartyName); + this.firstList.push(item.thirdPartyName); }); console.log("this.checkList", this.checkList, this.firstList); // if (res.data === undefined) {