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 => { })