list

// list

loadData: parameter => {
        return Post(api.findPage, {
          funcName: 'ZHRFM_PA_DD_DIS_LIST', //调动列表
          index: parameter.pageNo,
          size: parameter.pageSize,
          input: this.queryParam
        }).then(res => {
          console.log('调动list', res)
          return res
        })
      }
原文地址:https://www.cnblogs.com/KoBe-bk/p/13796275.html