Browse Source

字段调整

wangxy 6 months ago
parent
commit
9840631787
1 changed files with 1 additions and 1 deletions
  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);