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