lcw
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
//不巡防申请
|
||||
import request from "@/utils/request";
|
||||
const api = "/mosty-api/mosty-jmxf";
|
||||
const api2 = "/mosty-base";
|
||||
const api2 = "/bagl/mosty-base";
|
||||
//新增
|
||||
export function addRw(data) {
|
||||
return request({
|
||||
@ -83,7 +83,7 @@ export function getOrgByDeptId(deptid) {
|
||||
//通过任务id查询任务详情信息
|
||||
export function getTaskInfo(id) {
|
||||
return request({
|
||||
url: api + `/tbRwTask/inner/getTaskInfo/${id}`,
|
||||
url: api + `/tbRwTask/inner/getTaskInfo/${id}`,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user