โครงสร้างอัตรากำลัง => fix bug

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-01 13:51:28 +07:00
parent ed9eff4685
commit 436fcad411
3 changed files with 27 additions and 34 deletions

View file

@ -544,8 +544,6 @@ watch(
);
async function addPosition(data: RowDetailPositions) {
console.log(data);
const isIdExist = await rows.value.some(
(item: any) =>
item.posExecutiveId == data.posExecutiveId &&
@ -817,7 +815,7 @@ async function emitSearch(keyword: string, typeSelect: string) {
flat
round
color="teal"
@click="() => (modalAdd = true)"
@click="() => ((modalAdd = true), (dataCopy = null))"
><q-tooltip>สรางตำแหน</q-tooltip></q-btn
>
</div>