fixes
This commit is contained in:
@@ -100,7 +100,7 @@ export default {
|
|||||||
person: {
|
person: {
|
||||||
id: this.patient.id,
|
id: this.patient.id,
|
||||||
},
|
},
|
||||||
medic_id: "a6195732-ac98-4f07-8916-4881eca69b7d",
|
medic_id: this.$store.getters.getUserData.id,
|
||||||
});
|
});
|
||||||
if (event?.id) {
|
if (event?.id) {
|
||||||
await this.getEvents();
|
await this.getEvents();
|
||||||
|
|||||||
@@ -89,7 +89,6 @@ export default {
|
|||||||
return this.date?.format("D MMMM YYYY");
|
return this.date?.format("D MMMM YYYY");
|
||||||
},
|
},
|
||||||
inputShadowText() {
|
inputShadowText() {
|
||||||
console.log(this.date, capitalizeFirstChar(this.date?.format("dddd")));
|
|
||||||
return this.date?.isValid()
|
return this.date?.isValid()
|
||||||
? capitalizeFirstChar(this.date?.format("dddd"))
|
? capitalizeFirstChar(this.date?.format("dddd"))
|
||||||
: "";
|
: "";
|
||||||
|
|||||||
Reference in New Issue
Block a user