refactor:()登录页面
parent
d1d1bfe898
commit
256f6cf84c
|
@ -389,6 +389,15 @@ export function selectListByCarType(carTypeId) {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
export function selectCarTypeResp(carTypeId) {
|
||||||
|
return request({
|
||||||
|
url: '/strategy/strategy/selectCarTypeResp/'+carTypeId,
|
||||||
|
method: 'get'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//删除策略
|
//删除策略
|
||||||
export function deleteStrategy(id) {
|
export function deleteStrategy(id) {
|
||||||
return request({
|
return request({
|
||||||
|
|
Loading…
Reference in New Issue