fujunling
2023-05-26 087511862a295eda0cf808a92f2ed2df348d54ff
Source/UBCS-WEB/src/api/omd/OmdAttribute.js
@@ -63,3 +63,13 @@
  })
}
export const getApplyRange = (oid) => {
  return request({
    url: '/api/ubcs-omd/attribute/apply-range',
    method: 'get',
    params: {
      oid
    }
  })
}