政策法规资料入库流程

This commit is contained in:
zyn
2023-10-26 16:16:57 +08:00
parent 2755663693
commit 6bfb113d38
12 changed files with 700 additions and 4 deletions
+9
View File
@@ -1101,3 +1101,12 @@ export function processLawsTopicParticipation (data) {
data
})
}
// 政策法规资料入库流程
export function processLawsRegulatoryInformation (data) {
return axios({
url: '/api/lawss/sarLawsTopic/processLawsRegulatoryInformation',
method: 'post',
data
})
}