1
Mr.Zhang
2023-10-16 7b87b2e8506983c8dcae842ece4d1d9dec24244f
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})
}