refactor:()登录页面

master
袁子龙 2024-10-12 12:11:11 +08:00
parent d62b3267ec
commit 82a86ef449
1 changed files with 6 additions and 9 deletions

View File

@ -379,8 +379,10 @@ export function updWarnStrategy(data) {
} }
//策略回显
export function selectListByCarType(carTypeId) {
//根據車輛類型
export function selectCarTypeResp(carTypeId) {
return request({ return request({
url: '/saas/strategy/selectListByCarType/'+carTypeId, url: '/saas/strategy/selectListByCarType/'+carTypeId,
method: 'get' method: 'get'
@ -389,12 +391,7 @@ export function selectListByCarType(carTypeId) {
export function selectCarTypeResp(carTypeId) {
return request({
url: '/saas/strategy/selectCarTypeResp/'+carTypeId,
method: 'get'
})
}
@ -408,7 +405,7 @@ export function deleteStrategy(id) {
//根据车辆类型查策略 //回顯
export function selectById(id) { export function selectById(id) {
return request({ return request({
url: '/saas/strategy/selectById/'+id, url: '/saas/strategy/selectById/'+id,