updated & fix bug
This commit is contained in:
parent
704fce71ed
commit
84bb5b20a0
4 changed files with 92 additions and 38 deletions
|
|
@ -112,6 +112,7 @@ const reqMaster = reactive<FilterMaster>({
|
|||
page: 1,
|
||||
pageSize: 10,
|
||||
keyword: "",
|
||||
revisionId: store.activeId
|
||||
});
|
||||
const totalRow = ref<number>(0);
|
||||
const selectedPos = ref<PosMaster[]>([]);
|
||||
|
|
@ -232,7 +233,7 @@ function clearForm() {
|
|||
<q-card
|
||||
bordered
|
||||
class="col-12 col-sm-4 scroll q-pa-sm"
|
||||
style="height: 750px"
|
||||
style="height: 75vh"
|
||||
>
|
||||
<q-toolbar style="padding: 0">
|
||||
<q-toolbar-title class="text-subtitle2 text-bold"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue