zhangxp
2023-08-23 9cf19c6dea4c3af2f04da6c923b3984469f00c99
1
2
3
4
5
6
7
8
9
import request from '@/router/axios';
 
export const getCodePrice = (data) => {
  return request({
    url: '/api/ubcs-code/ubcs-code/mdmRule/getCodeRuleAndBasicSecByRuleOid',
    method: 'get',
    params: data
  })
}