Browse Source

字典显示修改

duy 2 years ago
parent
commit
e743ed12e7

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