From 209d7b0b4c59ce340215030e8d98e615dfb2e799 Mon Sep 17 00:00:00 2001 From: "sas.fajri" Date: Mon, 11 May 2026 17:07:19 +0700 Subject: [PATCH] Add debug logging for hemorrhoid chx issue in UMUM_K3 Co-Authored-By: Claude Sonnet 4.6 --- .../components/oneResultEntrySoFormFisik.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/vuex/cpone-resultentry-so-others-v8-all/components/oneResultEntrySoFormFisik.vue b/test/vuex/cpone-resultentry-so-others-v8-all/components/oneResultEntrySoFormFisik.vue index cccdb44..2343dd5 100644 --- a/test/vuex/cpone-resultentry-so-others-v8-all/components/oneResultEntrySoFormFisik.vue +++ b/test/vuex/cpone-resultentry-so-others-v8-all/components/oneResultEntrySoFormFisik.vue @@ -2792,6 +2792,7 @@ this.$store.commit("sample/update_fisiks", fisiks); }, changeXVSChx(idx_f, idx_s, row) { + console.log('[changeXVSChx]', { idx_f, idx_s, label: row.label, id_code: row.id_code, is_normal: row.is_normal, chx: row.chx }) var fisiks = this.fisiks; var isnormal = row.is_normal; @@ -3544,6 +3545,7 @@ }); if (go_action) { + console.log('[saveResult] fisiks saat save:', JSON.stringify(this.fisiks)) this.$store.commit("sample/update_last_id", arr.re_id); this.$store.dispatch("sample/savefisik", { template: template,