UNPKG

ttk-app-core

Version:

@ttk/recat enterprise develop framework

8 lines 376 B
import {fetch} from '@ttk/utils' const mockproxy = '/mock' export default { queryDate: (option) => fetch.post(`${mockproxy}/table/queryDate`, option), thead: (option) => fetch.post(`${mockproxy}/table/thead`, option), tableBody: (option) => fetch.post(`${mockproxy}/table/tableBody`, option), addRow: (option)=>fetch.post(`${mockproxy}/table/addRow`, option) }