แก้ sort
This commit is contained in:
parent
136754e910
commit
bd715e5f6b
3 changed files with 14 additions and 6 deletions
|
|
@ -160,6 +160,7 @@ async function getData() {
|
|||
.then((res) => {
|
||||
const data = res.data.result;
|
||||
rows.value = data;
|
||||
console.log("🚀 ~ .then ~ data:", data)
|
||||
rowsData.value = data;
|
||||
filters.value = data;
|
||||
onSearch();
|
||||
|
|
@ -269,6 +270,7 @@ onMounted(async () => {
|
|||
|
||||
<q-space />
|
||||
<div class="row q-col-gutter-sm">
|
||||
{{ filterKeyword }}
|
||||
<q-input
|
||||
standout
|
||||
dense
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue