Merge branches 'develop' and 'develop' of github.com:Frappet/bma-ehr-frontend into develop
This commit is contained in:
commit
e1acb72512
22 changed files with 415 additions and 288 deletions
|
|
@ -588,9 +588,9 @@ function selectAvatarHistory() {
|
|||
http
|
||||
.get(config.API.orgProfileAvatar + `/select/${profileId.value}/${data.id}`)
|
||||
.then(async () => {
|
||||
closeImage();
|
||||
await fetchDataPersonal();
|
||||
await fetchProfile(profileId.value);
|
||||
closeImage();
|
||||
})
|
||||
.catch((e) => {
|
||||
messageError($q, e);
|
||||
|
|
@ -984,19 +984,6 @@ onMounted(async () => {
|
|||
:src="n.downloadUrl"
|
||||
:class="imageClass(n)"
|
||||
>
|
||||
<!-- <div
|
||||
class="absolute-top bg-transparent cursor-pointer text-right"
|
||||
style="padding: 5px"
|
||||
>
|
||||
<q-btn
|
||||
icon="delete"
|
||||
unelevated
|
||||
round
|
||||
dense
|
||||
@click="deletePhoto"
|
||||
style="color: #ff8080"
|
||||
/>
|
||||
</div> -->
|
||||
<div
|
||||
class="absolute-bottom col-12 cursor-pointer flex justify-between items-center"
|
||||
style="padding: 5px"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue