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