โครงสร้างอัตรากำลัง => fix bug
This commit is contained in:
parent
ed9eff4685
commit
436fcad411
3 changed files with 27 additions and 34 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue