xiejun
2023-05-30 f56aebe1dc0d462815e5d7a7e1571504fa38ee2b
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
    }
  })
}