change material selection
This commit is contained in:
parent
f9d833e3b7
commit
3698e6e3c0
7 changed files with 49 additions and 28 deletions
|
|
@ -36,6 +36,9 @@ export class MaterialService {
|
|||
}[] | null>{
|
||||
console.log("getFullMaterialDetail", country, filename);
|
||||
|
||||
country = country || this.getCurrentCountry();
|
||||
filename = filename || this.getCurrentFile();
|
||||
|
||||
return this._httpClient.get<{
|
||||
"materialId": number,
|
||||
"name": string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue