Mr.Shi
2023-09-11 239c5308af49780bf45a09a05c519e669caec939
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})
}