Ver Fonte

字段调整

wangxy há 10 meses atrás
pai
commit
9840631787
1 ficheiros alterados com 1 adições e 1 exclusões
  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);