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

// 结算文件手工录入查询
export function queryByPage(data) {
    return Api.post("/business/dblkpm/listPagingInfo", data);
}