feat: There is no way the router beforeEach

This commit is contained in:
super_liu
2021-09-16 15:07:32 +08:00
parent e13557047d
commit 053c6d50b4
2 changed files with 70 additions and 1 deletions
+8
View File
@@ -415,6 +415,14 @@ export function isEnd (data) {
})
}
export function get_verify_by_instance (data) {
return axios({
url: '/api/lawss/activiti/get_verify_by_instance',
method: 'get',
params: data
})
}
// 流程委托接口
export function changeAssigneeNew (data) {
return axios({