仪表盘
版本库
文件存储
活动
搜索
登录
main
/
product-inventory-APP-before
进销存APP-前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
君歌app 1.依照web端功能修改
gaoluyang
6 天以前
f2770f03e7251b32eb576113c522bfbe96e5e385
[product-inventory-APP-before.git]
/
src
/
api
/
system
/
post.js
1
2
3
4
5
6
7
8
9
10
import request from "@/utils/request";
/** 岗位下拉 GET /system/post/optionselect */
export function findPostOptions(query) {
return request({
url: "/system/post/optionselect",
method: "get",
params: query,
});
}