@@ -100,6 +100,7 @@ const menuItem = ref({})
const getParentListData = async ()=>{
const { error, code, data, msg } = await getParentList({
type:tabsType.value,
+ size:100,
})
if (!error && code === 200) {
@@ -297,6 +297,7 @@ const savechilidClick = async ()=>{
@@ -331,6 +331,7 @@ const savechilidClick = async ()=>{