change material selection

This commit is contained in:
pakintada@gmail.com 2024-01-08 10:37:31 +07:00
parent f9d833e3b7
commit 3698e6e3c0
7 changed files with 49 additions and 28 deletions

View file

@ -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,