fix
This commit is contained in:
parent
008c47084e
commit
5b85f14c7f
1 changed files with 7 additions and 8 deletions
|
|
@ -380,8 +380,7 @@ async function getTable() {
|
|||
await filterpositionCandidate(rowData);
|
||||
// rows.value = rowData;
|
||||
rowsAwait.value = rowData;
|
||||
await onUpdateNewRows(typeEmployee.value,positionCandidate.value)
|
||||
|
||||
await onUpdateNewRows(typeEmployee.value, positionCandidate.value);
|
||||
|
||||
// รายชื่อไปยังหน่วยงาน
|
||||
rowsFilter.value = await rows.value.filter(
|
||||
|
|
@ -837,11 +836,11 @@ function onSearch() {
|
|||
}
|
||||
|
||||
function onSearchAdd() {
|
||||
// rowsFilter.value = onSearchDataTable(
|
||||
// filterlistAdd.value,
|
||||
// rowsFilterData.value,
|
||||
// columns.value ? columns.value : []
|
||||
// );
|
||||
rowsFilter.value = onSearchDataTable(
|
||||
filterlistAdd.value,
|
||||
rowsFilterData.value,
|
||||
columns.value ? columns.value : []
|
||||
);
|
||||
}
|
||||
|
||||
onMounted(async () => {
|
||||
|
|
@ -1395,7 +1394,7 @@ onMounted(async () => {
|
|||
|
||||
<!-- dialog เพิ่มรายชื่อ -->
|
||||
<q-dialog v-model="modaladdlist" persistent>
|
||||
<q-card style="width: 950px; max-width: 80vw">
|
||||
<q-card style="min-width:70%">
|
||||
<DialogHeader
|
||||
tittle="ส่งรายชื่อไปยังหน่วยงาน"
|
||||
:close="clickCloseSendModal"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue