mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 07:41:53 +08:00
fix: type warn
This commit is contained in:
parent
e46bcfcf1f
commit
0051c551c6
@ -11,7 +11,7 @@ const { t } = useI18n()
|
||||
const { push } = useRouter()
|
||||
const { query } = useRoute()
|
||||
const tableCurrentRow = ref<CodegenTableVO>()
|
||||
const cloumCurrentRow = ref<CodegenColumnVO[]>()
|
||||
const cloumCurrentRow = ref<CodegenColumnVO[]>([])
|
||||
const getList = async () => {
|
||||
const id = query.id as unknown as number
|
||||
if (id) {
|
||||
|
Loading…
Reference in New Issue
Block a user