@@ -48,7 +48,7 @@
const $emit = defineEmits(['change-zhang'])
- const { getCatalogue} = useCatalogue(props);
+ const { getCatalogue} = useCatalogue();
const popupRef = ref(null); // 索引
const confirmDialogRef = ref(null);