diff --git a/src/modules/04_registryNew/components/detail/GovernmentInformation/02_DisciplineHistory.vue b/src/modules/04_registryNew/components/detail/GovernmentInformation/02_DisciplineHistory.vue index a98088d4f..c836f9888 100644 --- a/src/modules/04_registryNew/components/detail/GovernmentInformation/02_DisciplineHistory.vue +++ b/src/modules/04_registryNew/components/detail/GovernmentInformation/02_DisciplineHistory.vue @@ -146,7 +146,6 @@ function getHistory() { http .get(config.API.profileNewDisciplineHisByDisciplineId(id.value)) .then((res) => { - console.log(res.data.result); let data = res.data.result; rows.value = []; data.map((e: RequestItemsObject) => {