feat: There is no way the,Laws

This commit is contained in:
super_liu
2021-11-01 18:03:00 +08:00
parent ad80f31390
commit 54eacdc5e8
3 changed files with 14 additions and 6 deletions
+8
View File
@@ -76,6 +76,14 @@ export function processCreateStand (data) {
data
})
}
export function processCreateLaws (data) {
return axios({
url: '/api/lawss/actSarItemsLaws/processCreateLaws',
method: 'post',
data
})
}
// 流程3 法规流程入库
export function processCreatePG (data) {
return axios({