ucl.js 203 Bytes
Newer Older
liaoxing committed
1 2 3
import Api from "~/service/Api"

export function queryByPage(data) {
WH committed
4
    return Api.post("/service/ucl/queryByPage", data)
liaoxing committed
5 6 7
}

export function edit(data) {
WH committed
8
    return Api.post("/service/ucl/edit", data)
liaoxing committed
9
}