WXL (wul)
2 天以前 7c71fcb61dd0bfc6a179a973f9cab5ef979ad5f2
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
    <dataobject/>
</template>
<script>
data
{
    dwname:"dw_patarchive_list"
}
components
{
    dataobject: ()=>import("@smartor/dataobject/"+dwname+".vue")
}
</script>