田源
2023-12-05 4d74a6fe5a7127e0689603eff8c08cb81a6985d9
Source/UBCS-WEB/src/api/system/dictbiz.js
@@ -87,3 +87,11 @@
    params,
  })
}
export const getDictionaryBiz = (params) => {
  return request({
    url: '/api/ubcs-system/dict-biz/dictionary',
    method: 'get',
    params,
  })
}