error : 못지운 코드 제거

This commit is contained in:
Yesol Choi
2025-06-04 21:51:48 +09:00
parent 4a853b696a
commit 6721036b17

View File

@@ -12,10 +12,6 @@ const currentPage = ref<number>(1) // 현재 페이지
const itemsPerPage = 8
const totalPages = ref(1)
watch(selUser, (value) => {
console.log(value)
})
const data = reactive({
contractData: [],
priceData: [],