소스 검색

字典显示修改

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