清单列表查询字段

This commit is contained in:
shenyanpei
2021-11-08 13:41:30 +08:00
parent 3c35c536e7
commit e78becf6b0
3 changed files with 35 additions and 6 deletions
+8
View File
@@ -38,3 +38,11 @@ export function StandardsInfoPage (data) {
params: data
})
}
export function solostarData (data) {
return axios({
url: 'api/sarStandProjectLibrary/solostar',
method: 'get',
params: data
})
}