Merge branch 'nice_dev' into develop
This commit is contained in:
commit
6fa7bb94e1
2 changed files with 4 additions and 2 deletions
|
|
@ -267,7 +267,9 @@ const visibleColumns = ref<string[]>([
|
|||
</div>
|
||||
<div v-else-if="col.name === 'isPosition'">
|
||||
<div v-if="col.value">
|
||||
<q-icon name="done" color="primary" size="24px" />
|
||||
<q-icon name="done" color="primary" size="24px">
|
||||
<q-tooltip>ตรงตามตำแหน่ง </q-tooltip>
|
||||
</q-icon>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -109,9 +109,9 @@ async function fetchDataTree(id: string) {
|
|||
function updateSelected(data: TreeMain) {
|
||||
nodeId.value = data.orgTreeId ? data.orgTreeId : "";
|
||||
nodeLevel.value = data.orgLevel;
|
||||
fetchDataTable(data.orgTreeId, data.orgLevel);
|
||||
selectedPos.value = [];
|
||||
datePos.value = new Date();
|
||||
fetchDataTable(data.orgTreeId, data.orgLevel);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue