111
k94314517
2023-10-16 ca73a173f008c8d7a9d700bad897ca24fe2d2203
minipro_standard/util/api/index.js
@@ -42,4 +42,24 @@
// 微信小程序登录
export function wxProgramLogin(params) {
   return http.get('/system/wxProgramLogin', {params})
}
// 微信退出登录
export function wxLoginOut(data) {
   return http.post('/system/wxLoginOut', data)
}
// 查询当前用户所有主组织下的工序
export function getWorkingProcedure(data) {
   return http.post('/ext/proceduresExt/productesGroup', data)
}
// 查询当前用户所有主组织下的工序
export function getOrganization(data) {
   return http.post('/ext/departmentExt/getDepartmentListByConditon', data)
}
// 获取上传字典值
export function queryListByCode(params) {
   return http.get('/system/dictData/queryListByCode', {params})
}