refactor:()登录页面
parent
d62b3267ec
commit
82a86ef449
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue