mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 21:19:37 +08:00
1
This commit is contained in:
parent
dc3ffc4981
commit
02b008b481
@ -6,7 +6,7 @@ import {
|
||||
// 查询故障分类列表
|
||||
export function deviceTypeListRq() {
|
||||
return request({
|
||||
url: '/repair/deviceTypeList',
|
||||
url: '/repairDeviceApi/deviceTypeList',
|
||||
method: "get",
|
||||
});
|
||||
}
|
||||
@ -14,7 +14,7 @@ export function deviceTypeListRq() {
|
||||
// 根据故障分类查询故障设备列表
|
||||
export function deviceListRq(data) {
|
||||
return request({
|
||||
url: '/repair/deviceList',
|
||||
url: '/repairDeviceApi/deviceList',
|
||||
method: "get",
|
||||
data
|
||||
});
|
||||
@ -23,7 +23,7 @@ export function deviceListRq(data) {
|
||||
// 查询地区
|
||||
export function selectAddressListRq() {
|
||||
return request({
|
||||
url: '/repair/selectAddressList',
|
||||
url: '/repairDeviceApi/selectAddressList',
|
||||
method: "get",
|
||||
});
|
||||
}
|
||||
@ -31,7 +31,7 @@ export function selectAddressListRq() {
|
||||
// 查询楼层
|
||||
export function selectRoomListRq(data) {
|
||||
return request({
|
||||
url: '/repair/selectRoomList',
|
||||
url: '/repairDeviceApi/selectFloorList',
|
||||
method: "get",
|
||||
data
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user