Mr.Zhang
2023-09-13 604f2f28cd31c21da55aa270782b2b570e5a72c6
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})
}