فهرست منبع

INTTRA DOOR TO && TO DOOR 信息

wfg 1 سال پیش
والد
کامیت
96f8e7d6ff
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/api/iosBasicData/bbusinesstype.js
  2. 1 1
      src/views/iosBasicData/editypes/index.vue

+ 1 - 1
src/api/iosBasicData/bbusinesstype.js

@@ -7,7 +7,7 @@ export const bbusinesstypeList = (current, size, params) => {
     params: {
       ...params,
       current,
-      size,
+      size: size<=100?100:size,
     }
   })
 }

+ 1 - 1
src/views/iosBasicData/editypes/index.vue

@@ -369,7 +369,7 @@
       // 获取业务类型接口
       bbusinesstypeListfun(){
           // 获取业务类型
-          bbusinesstypeList(1,20).then(res=>{
+          bbusinesstypeList(1,1000).then(res=>{
               this.findObject(this.option.column, "type").dicData = res.data.data.records
           })
       },