From 6721036b17ae26c0d22b4274fb3b941be937dae9 Mon Sep 17 00:00:00 2001 From: Yesol Choi Date: Wed, 4 Jun 2025 21:51:48 +0900 Subject: [PATCH] =?UTF-8?q?error=20:=20=EB=AA=BB=EC=A7=80=EC=9A=B4=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/app/contractManagement.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pages/app/contractManagement.vue b/src/pages/app/contractManagement.vue index 1e9e512..60cc737 100644 --- a/src/pages/app/contractManagement.vue +++ b/src/pages/app/contractManagement.vue @@ -12,10 +12,6 @@ const currentPage = ref(1) // 현재 페이지 const itemsPerPage = 8 const totalPages = ref(1) -watch(selUser, (value) => { - console.log(value) -}) - const data = reactive({ contractData: [], priceData: [],