Compare commits
No commits in common. "a71cdec921ba7ede3a0f6f2b3587df1404f1bb02" and "aad1009c0a8ed8e2a07c0375c88a1df385328785" have entirely different histories.
a71cdec921
...
aad1009c0a
2 changed files with 2 additions and 3 deletions
|
|
@ -4,8 +4,8 @@ interface DataPost {
|
|||
lastName: string;
|
||||
page: number;
|
||||
pageSize: number;
|
||||
selectedNodeId?: string | null;
|
||||
selectedNode?: string;
|
||||
selectedNodeId: string | null;
|
||||
selectedNode: string;
|
||||
}
|
||||
|
||||
interface DataOption {
|
||||
|
|
|
|||
|
|
@ -410,7 +410,6 @@ onMounted(() => {
|
|||
@click="selectAllRows()"
|
||||
/> -->
|
||||
<q-btn
|
||||
v-if="checkPermission($route)?.attrIsUpdate"
|
||||
:disable="selected.length === 0 || isLoadingAll"
|
||||
:color="selected.length === 0 ? 'grey' : 'info'"
|
||||
dense
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue