ทะเบียนประวัติลูกจ้าง popup กำหนดตำแหน่ง

This commit is contained in:
Thanit Konmek 2023-07-24 14:41:52 +07:00
parent 1b4465bf36
commit 1a4163e76a
5 changed files with 366 additions and 20 deletions

View file

@ -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) {