Merge branch 'develop' of github.com:Frappet/bma-ehr-frontend into develop

* 'develop' of github.com:Frappet/bma-ehr-frontend:
  fix bug
This commit is contained in:
Warunee Tamkoo 2024-06-28 18:22:24 +07:00
commit 7b029f9292
2 changed files with 3 additions and 3 deletions

View file

@ -61,7 +61,7 @@ const expanded = ref<string[]>([]);
/** Position*/
const positionUse = ref<string[]>([]);
const positionNo = ref<DataPositionNo[]>();
const positionNo = ref<DataPositionNo[]>([]);
const positionId = ref<string>("");
const seletcId = ref<string>("");
const selectedPos = ref<any[]>([]);