ทะเบียนประวัติลูกจ้าง popup กำหนดตำแหน่ง
This commit is contained in:
parent
1b4465bf36
commit
1a4163e76a
5 changed files with 366 additions and 20 deletions
|
|
@ -312,6 +312,8 @@ export const useCounterMixin = defineStore("mixin", () => {
|
|||
}
|
||||
|
||||
const messageError = (q: any, e: any = "") => {
|
||||
// q.dialog.hide();
|
||||
console.log("e.response", e.response);
|
||||
if (e.response !== undefined) {
|
||||
if (e.response.data.status !== undefined) {
|
||||
if (e.response.data.status == 401) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue