UNPKG

ttk-app-core

Version:
15 lines (14 loc) 584 B
import { fetch } from 'edf-utils' export default { query: (option) => fetch.post('/v1/gl/account/query', option), delete: (option) => fetch.post('/v1/gl/account/delete', option), batchAdd: (option) => fetch.post('/v1/gl/account/createBatchForSub', option), updateGuide: (option) => fetch.post('/v1/edf/menuguide/update', option), /** * 财务期初初始化设置状态接口 * 参数:{"dynParams":"第二步的值"} */ handEnteringStateTwo: (option) => fetch.post('/v1/gl/accountPeriodBegin/handEnteringStateTwo', option) }