codeTable.js 124 Bytes
Newer Older
潘际乾 committed
1 2 3 4 5
import Api from '~/service/Api'

export function getCodetable(data) {
    return Api.post('/business/getCodetable', data)
}