From c0123e23677be2f5684de28080f5fcff6408a423 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Fri, 10 Dec 2021 11:29:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E6=A0=87=E8=AF=84=E4=BB=B7=20-=20?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=BA=86=E6=9C=89=E7=9A=84=E6=97=B6=E5=80=99?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E4=B8=8D=E5=88=B0=E4=BC=81=E6=A0=87id?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E4=BC=A0=E7=BB=99=E5=90=8E=E7=AB=AF=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherBussStandardDetails/index.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pages/details/otherBussStandardDetails/index.vue b/src/pages/details/otherBussStandardDetails/index.vue index 8a28476d0..942d91008 100644 --- a/src/pages/details/otherBussStandardDetails/index.vue +++ b/src/pages/details/otherBussStandardDetails/index.vue @@ -1733,9 +1733,6 @@ export default { this.dynamicHistoryPeopleTable = [] this.dynamicHistoryPeopleTable = res.data.records this.firstHistoryPeopleId = res.data.records[0].userId - // for (let i = 0; i < res.data.records.length; i++) { - // this.dynamicHistoryPeopleTable.push(res.data.records[i].userName) - // } }, e => { })