แก้ข้อความ web socket
This commit is contained in:
parent
42bfe327c4
commit
7141e7df02
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ export const useSocketStore = defineStore("socket", () => {
|
|||
fnStyleNotiOrg();
|
||||
Notify.create({
|
||||
message: `${message} <a href="#" onclick="window.resetOrgPage('${type}')" class="notify-link">${
|
||||
type == "draft" ? "ไปยังแบบร่าง" : "ไปยังปัจจุบัน"
|
||||
type == "draft" ? "ไปยังโครงสร้างแบบร่าง" : "ไปยังโครงสร้างปัจจุบัน"
|
||||
}</a>`,
|
||||
html: true,
|
||||
group: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue