国内 高级查询接口修改

This commit is contained in:
zhangyichen
2022-04-02 11:15:49 +08:00
parent 0e98aedf0f
commit f3f8e451f3
2 changed files with 51 additions and 7 deletions
+8
View File
@@ -43,6 +43,14 @@ export function StandardsInfoPage(data) {
});
}
export function selectHighLawsById(data) {
return axios({
url: "api/sarStandardsInfo/sar-standards-info/selectHighLawsById",
method: "get",
params: data
});
}
// 车型库清单的下拉列表
export function solostarData(data) {
return axios({