From d0fa98991ab618f8a72789129e3536d48272e9ad Mon Sep 17 00:00:00 2001 From: oat_dev Date: Fri, 29 Mar 2024 13:07:31 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=97=E0=B8=B0=E0=B9=80=E0=B8=9A=E0=B8=B5?= =?UTF-8?q?=E0=B8=A2=E0=B8=99=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1?= =?UTF-8?q?=E0=B8=95=E0=B8=B4:=20=E0=B8=A7=E0=B8=B4=E0=B8=99=E0=B8=B1?= =?UTF-8?q?=E0=B8=A2=20=E0=B8=A5=E0=B8=9A=20log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../detail/GovernmentInformation/02_DisciplineHistory.vue | 1 - 1 file changed, 1 deletion(-) 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) => {