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

This commit is contained in:
super_liu
2021-12-15 21:46:35 +08:00
193 changed files with 2321 additions and 1395 deletions
+8
View File
@@ -689,3 +689,11 @@ export function getStandInfoById (data) {
params: data
})
}
// 标准法规工作组接口
export function workGroup(data) {
return axios({
url: 'api/wg_work_group/researchData',
method: 'get',
params: data
})
}