From be42f659c6d7324f493eab9aade768b2ccdeaa13 Mon Sep 17 00:00:00 2001 From: kubo8 Date: Mon, 13 Feb 2023 11:26:36 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=98=EB=A0=A4=20=EB=AA=A9=EB=A1=9C=20?= =?UTF-8?q?=E3=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/modules/channelMgt/components/TmpltRejectViewPop.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/modules/channelMgt/components/TmpltRejectViewPop.vue b/frontend/src/modules/channelMgt/components/TmpltRejectViewPop.vue index 7c9d8d2..2603473 100644 --- a/frontend/src/modules/channelMgt/components/TmpltRejectViewPop.vue +++ b/frontend/src/modules/channelMgt/components/TmpltRejectViewPop.vue @@ -54,8 +54,8 @@ export default { try { const response = await channelMgtApi.tmpltRejectList(this.row); const result = response.data; + console.log(result); if (result != null && result.retCode == "0000") { - console.log(result); this.list = result.rjtData.list; //console.log(this.list); }