wangxy 6 mesi fa
parent
commit
9840631787
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      components/catalogue/catalogue.vue

+ 1 - 1
components/catalogue/catalogue.vue

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