UNPKG

logwire-wms-ui-test

Version:

运匠科技wms-PDA基础组件库

20 lines (15 loc) 304 B
/* * 字典数据相关接口 * @author: 张文 * @date 2022-02-11 * */ import lwAxios from "../../utils/Axios"; export const dict = { // 获取字典数据 get(loading = false) { return lwAxios.action({ url: 'wmsGetAllChoices', config: {loading} }) } }