เเก้ชื่อตัวเเปร
This commit is contained in:
parent
f34f95af1f
commit
fdf04d86a4
1 changed files with 4 additions and 7 deletions
|
|
@ -33,7 +33,8 @@ export const useSupportStore = defineStore("supportServiceStore", () => {
|
|||
const currentPageIssue = ref<number>();
|
||||
const currentTotalIssue = ref<number>();
|
||||
const currentCategory = ref<string>();
|
||||
const createdByUser = ref<string>("");
|
||||
const createdByUserId = ref<string>("");
|
||||
const createdByUserName = ref<string>("");
|
||||
|
||||
const rowsCategory = ref<SupportIssueCategoryResponse>();
|
||||
|
||||
|
|
@ -77,8 +78,6 @@ export const useSupportStore = defineStore("supportServiceStore", () => {
|
|||
return v;
|
||||
});
|
||||
}
|
||||
|
||||
console.log(r);
|
||||
});
|
||||
|
||||
socket.on("read", (r) => {
|
||||
|
|
@ -108,9 +107,6 @@ export const useSupportStore = defineStore("supportServiceStore", () => {
|
|||
|
||||
function sendMessage(content: string, to: string) {
|
||||
socket.emit("message", { to, content });
|
||||
|
||||
console.log(socket);
|
||||
|
||||
scrollToEnd();
|
||||
}
|
||||
|
||||
|
|
@ -313,7 +309,8 @@ export const useSupportStore = defineStore("supportServiceStore", () => {
|
|||
currentCategory,
|
||||
rowsCategory,
|
||||
userStatus,
|
||||
createdByUser,
|
||||
createdByUserId,
|
||||
createdByUserName,
|
||||
fetchIssue,
|
||||
fetchMessage,
|
||||
fetchMessageStatus,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue