index.js 178 Bytes
Newer Older
fukai committed
1 2 3 4 5 6
import Api from "~/service/Api"

// 列表分页查询收费优惠明细查询
export function queryByPage(data) {
    return Api.post("/business/fepsel/listPagingInfo", data);
}