|
@@ -3,7 +3,7 @@ import request from '@/utils/request'
|
|
|
// 新增关联表
|
|
|
export function addGendefini(data) {
|
|
|
return request({
|
|
|
- url: '/p/cs/task/relation/list',
|
|
|
+ url: '/jflow/p/cs/task/relation/list',
|
|
|
method: 'post',
|
|
|
data
|
|
|
})
|
|
@@ -11,7 +11,7 @@ export function addGendefini(data) {
|
|
|
// 刪除
|
|
|
export function addGendefinideal(data) {
|
|
|
return request({
|
|
|
- url: '/p/cs/task/batch/deal',
|
|
|
+ url: '/jflow/p/cs/task/batch/deal',
|
|
|
method: 'post',
|
|
|
data
|
|
|
})
|
|
@@ -19,7 +19,7 @@ export function addGendefinideal(data) {
|
|
|
// 查詢
|
|
|
export function addGendefiniqur(data) {
|
|
|
return request({
|
|
|
- url: '/p/cs/task/backlog/list',
|
|
|
+ url: '/jflow/p/cs/task/backlog/list',
|
|
|
method: 'post',
|
|
|
data
|
|
|
})
|
|
@@ -28,7 +28,7 @@ export function addGendefiniqur(data) {
|
|
|
// mesetet
|
|
|
export function addGenmutipor(data) {
|
|
|
return request({
|
|
|
- url: '/p/c/identity/org/treequery',
|
|
|
+ url: '/jflow/p/c/identity/org/treequery',
|
|
|
method: 'post',
|
|
|
data
|
|
|
})
|
|
@@ -36,7 +36,7 @@ export function addGenmutipor(data) {
|
|
|
//查找用户信息
|
|
|
export function addGenmutiporuder(data) {
|
|
|
return request({
|
|
|
- url: '/p/c/identity/user/list',
|
|
|
+ url: '/jflow/p/c/identity/user/list',
|
|
|
method: 'post',
|
|
|
data
|
|
|
})
|
|
@@ -44,7 +44,7 @@ export function addGenmutiporuder(data) {
|
|
|
//获取树数据
|
|
|
export function addGenmutiportree(data) {
|
|
|
return request({
|
|
|
- url: '/p/c/identity/org/treeload',
|
|
|
+ url: '/jflow/p/c/identity/org/treeload',
|
|
|
method: 'post',
|
|
|
data
|
|
|
})
|
|
@@ -54,7 +54,7 @@ export function addGenmutiportree(data) {
|
|
|
// 获取流程图信息 flowshow
|
|
|
export function addGenflowshow(data) {
|
|
|
return request({
|
|
|
- url: '/p/c/task/backlog/detail',
|
|
|
+ url: '/jflow/p/c/task/backlog/detail',
|
|
|
method: 'post',
|
|
|
data
|
|
|
})
|
|
@@ -63,7 +63,7 @@ export function addGenflowshow(data) {
|
|
|
//业务关系下拉数据 historicap
|
|
|
export function addGenhistoricap(data) {
|
|
|
return request({
|
|
|
- url: '/p/cs/task/relation/list',
|
|
|
+ url: '/jflow/p/cs/task/relation/list',
|
|
|
method: 'post',
|
|
|
data
|
|
|
})
|
|
@@ -71,7 +71,7 @@ export function addGenhistoricap(data) {
|
|
|
// history 查询列表
|
|
|
export function addGenhistorihistory(data) {
|
|
|
return request({
|
|
|
- url: '/p/cs/task/history/list',
|
|
|
+ url: '/jflow/p/cs/task/history/list',
|
|
|
method: 'post',
|
|
|
data
|
|
|
})
|
|
@@ -79,7 +79,7 @@ export function addGenhistorihistory(data) {
|
|
|
//提交
|
|
|
export function addGenhistorilisr(data) {
|
|
|
return request({
|
|
|
- url: "/p/cs/process/manualsubmit",
|
|
|
+ url: "/jflow/p/cs/process/manualsubmit",
|
|
|
method: 'post',
|
|
|
data
|
|
|
})
|