|
@@ -13,8 +13,8 @@ import { ref } from 'vue'
|
|
|
import recursive from './recursive'
|
|
|
defineOptions({ name:'common-components-areaTree-recursive'})
|
|
|
|
|
|
-const props = defineProps({items: Object})
|
|
|
const num = 15
|
|
|
+const props = defineProps({items: Object})
|
|
|
let children = ref('')
|
|
|
let currentRowType = ref(0)
|
|
|
if (props.items && props.items.length) {
|