refactor:()登录页面

master
袁子龙 2024-10-12 12:00:35 +08:00
parent d1d1bfe898
commit 256f6cf84c
1 changed files with 9 additions and 0 deletions

View File

@ -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({