From 087e38e963ecadbaf4c4e9715703554f4035fa4f Mon Sep 17 00:00:00 2001 From: "BOOL\\25024" Date: Wed, 12 Feb 2025 09:27:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=92=E8=81=94=E4=BA=92=E9=80=9A=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E5=A4=8D=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsowell-ui/src/views/pile/station/detail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {