|
|
@ -150,6 +150,7 @@ export function getCodeValueo(query) {
|
|
|
|
return request({
|
|
|
|
return request({
|
|
|
|
url: '/archives/packages/getByCodeValue',
|
|
|
|
url: '/archives/packages/getByCodeValue',
|
|
|
|
method: 'get',
|
|
|
|
method: 'get',
|
|
|
|
|
|
|
|
headers: { 'Tenant-Id': 1 },
|
|
|
|
params: query
|
|
|
|
params: query
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|