ludc
2024-09-18 e37f04c97ef893edce5f3f748398424fa17ffc2a
Source/UBCS-WEB/src/api/vciAttrbute.js
@@ -26,3 +26,19 @@
    data
  })
}
//自动填充
export const getByGroupAttrMapping = (data) => {
  return request({
    url: '/api/ubcs-applyjtcodeservice/groupAttrPoolMapping/getByGroupAttrKeyList',
    method: 'post',
    data
  })
}
// 取值范围自动填充
export const getEnumAttrByClsOidAndAttrId = (data) => {
  return request({
    url: '/api/ubcs-applyjtcodeservice/groupAttrPoolMapping/getEnumAttrByClsOIdAndAttrId',
    method: 'post',
    data
  })
}