Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
super_liu
2021-12-16 18:16:55 +08:00
56 changed files with 2735 additions and 390 deletions
+8
View File
@@ -697,6 +697,14 @@ export function getStandInfoById (data) {
params: data
})
}
// 流程撤回接口
export function processBack(data) {
return axios({
url: 'api/lawss/activiti/startProcessRollBack',
method: 'post',
data
})
}
// 标准法规工作组接口
export function workGroup(data) {
return axios({