1
Mr.Zhang
2023-10-16 c2db28c97e8e5fcd1fa81d6a9887d69b61865184
minipro_standard/util/api/index.js
@@ -57,4 +57,9 @@
// 查询当前用户所有主组织下的工序
export function getOrganization(data) {
   return http.post('/ext/departmentExt/getDepartmentListByConditon', data)
}
// 获取上传字典值
export function queryListByCode(params) {
   return http.get('/system/dictData/queryListByCode', {params})
}