duy преди 2 години
родител
ревизия
e743ed12e7
променени са 3 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 1 0
      src/views/system/components/tab-approve.vue
  2. 1 0
      src/views/system/components/tab-cost.vue
  3. 1 0
      src/views/system/components/tab-price-type.vue

+ 1 - 0
src/views/system/components/tab-approve.vue

@@ -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) {

+ 1 - 0
src/views/system/components/tab-cost.vue

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

+ 1 - 0
src/views/system/components/tab-price-type.vue

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