lcw
This commit is contained in:
@ -60,3 +60,36 @@ export const strategicPut = (data, url) => {
|
||||
data
|
||||
})
|
||||
}
|
||||
//提交研判申请
|
||||
export const ypbgSjzlTjspId = (id) => {
|
||||
return request({
|
||||
url: api + `/ypbg/sjzl/tjsp/${id}`,
|
||||
method: "get"
|
||||
})
|
||||
}
|
||||
//ypbg/sjzl/queryShList 查询研判内部审核人员列表
|
||||
export const ypbgSjzlQueryShList = (params) => {
|
||||
return request({
|
||||
url: api + `/ypbg/sjzl/queryShList`,
|
||||
method: "get",
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
export const ypbgSjzlYpsp = (data) => {
|
||||
return request({
|
||||
url: api + `/ypbg/sjzl/ypsp`,
|
||||
method: "post",
|
||||
data
|
||||
})
|
||||
}
|
||||
// 提交研判申请
|
||||
// / mosty - api / mosty - gsxt / ypbg / sjzl / tjsp / id
|
||||
// 研判内部审核人员查询列表(市情指领导才有权限)
|
||||
// /mosty-api/mosty - gsxt / ypbg / sjzl / queryShList
|
||||
// 内部研判审批
|
||||
// / mosty - api / mosty - gsxt / ypbg / sjzl / ypsp
|
||||
// 提交上级部门审批
|
||||
// / mosty - api / mosty - gsxt / ypbg / sjzl / sendFqzl
|
||||
// 工作流审批回掉
|
||||
// / mosty - api / mosty - gsxt / ypbg / sjzl / updateBkgzl
|
||||
|
||||
Reference in New Issue
Block a user