Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
elsiosanchez authored Oct 21, 2024
1 parent 3b588ab commit 4435972
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,7 @@

<template>
<span>
<svg-icon
v-if="isEmptyValue(user.avatar)"
icon-class="user"
/>

<el-image
v-else
:src="imageURL"
fit="contain"
style="
Expand Down
2 changes: 1 addition & 1 deletion src/store/modules/ADempiere/form/issueManagement.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default {
pageToken
}) {
return new Promise((resolve, reject) => {
commit('setIsLoadListIssuesAll', true)
// commit('setIsLoadListIssuesAll', true)
return requestListIssuesAll({
tableName,
recordId,
Expand Down

0 comments on commit 4435972

Please sign in to comment.