소스 검색

字段调整

wangxy 10 달 전
부모
커밋
9840631787
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);