Mr.Zhang
2023-09-06 c9a0e7808723c7a2534f07de2cfd35d1c9f2758a
minipro_standard/util/api/index.js
@@ -47,4 +47,14 @@
// 微信退出登录
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)
}