added checks emergency fixed bugs
This commit is contained in:
@@ -201,20 +201,20 @@ export default defineComponent({
|
||||
|
||||
})
|
||||
},
|
||||
increaseCall() {
|
||||
let path = import.meta.env.VITE_BASE_URL + '/stats/calls/add';
|
||||
// increaseCall() {
|
||||
// let path = import.meta.env.VITE_BASE_URL + '/stats/calls/add';
|
||||
|
||||
axios({
|
||||
method: "put",
|
||||
url: path,
|
||||
withCredentials: true,
|
||||
headers: authHeader(),
|
||||
})
|
||||
.then((response: any) => {
|
||||
this.number++;
|
||||
// axios({
|
||||
// method: "put",
|
||||
// url: path,
|
||||
// withCredentials: true,
|
||||
// headers: authHeader(),
|
||||
// })
|
||||
// .then((response: any) => {
|
||||
// this.number++;
|
||||
|
||||
})
|
||||
},
|
||||
// })
|
||||
// },
|
||||
|
||||
getCompany() {
|
||||
let path = import.meta.env.VITE_BASE_URL + '/admin/company/' + import.meta.env.VITE_COMPANY_ID;
|
||||
|
||||
Reference in New Issue
Block a user