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: [],