mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-19 19:25:11 +09:00
error : 못지운 코드 제거
This commit is contained in:
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user