remove -- 移除流程定义中查询"流程办理人员"和"流程办理组"列表的接口(已弃用)
This commit is contained in:
@@ -45,24 +45,6 @@ export function updateState(params) {
|
||||
})
|
||||
}
|
||||
|
||||
// 指定流程办理人员列表
|
||||
export function userList(query) {
|
||||
return request({
|
||||
url: '/workflow/definition/userList',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
// 指定流程办理组列表
|
||||
export function roleList(query) {
|
||||
return request({
|
||||
url: '/workflow/definition/roleList',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
// 读取xml文件
|
||||
export function readXml(definitionId) {
|
||||
return request({
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {readXml, roleList, saveXml, userList} from "@/api/workflow/definition";
|
||||
import { readXml, saveXml } from "@/api/workflow/definition";
|
||||
import ProcessDesigner from '@/components/ProcessDesigner';
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user