mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 03:12:27 +09:00
error : 못지운 코드 제거
This commit is contained in:
@@ -12,10 +12,6 @@ const currentPage = ref<number>(1) // 현재 페이지
|
|||||||
const itemsPerPage = 8
|
const itemsPerPage = 8
|
||||||
const totalPages = ref(1)
|
const totalPages = ref(1)
|
||||||
|
|
||||||
watch(selUser, (value) => {
|
|
||||||
console.log(value)
|
|
||||||
})
|
|
||||||
|
|
||||||
const data = reactive({
|
const data = reactive({
|
||||||
contractData: [],
|
contractData: [],
|
||||||
priceData: [],
|
priceData: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user