jiangping
2023-09-11 4fa0cbae96cde47e4878e16c87da294903a457ae
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})
}