เเก้ type
This commit is contained in:
parent
7a579ab4cc
commit
71aff55f27
3 changed files with 11 additions and 8 deletions
|
|
@ -11,6 +11,7 @@ import type {
|
|||
SupportStatusUser,
|
||||
SupportMessageStatus,
|
||||
SupportIssueCategory,
|
||||
SupportIssueCategoryResponse,
|
||||
} from "@/modules/00_support/interface/index/Main";
|
||||
import keycloak from "@/plugins/keycloak";
|
||||
import { useQuasar, type QTableProps } from "quasar";
|
||||
|
|
@ -57,7 +58,7 @@ export const useSupportStore = defineStore("supportServiceStore", () => {
|
|||
},
|
||||
] satisfies QTableProps["columns"];
|
||||
|
||||
const rowsCategory = ref<SupportIssueCategory>();
|
||||
const rowsCategory = ref<SupportIssueCategoryResponse>();
|
||||
|
||||
function scrollToEnd(position: Number = 1) {
|
||||
setTimeout(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue