diff --git a/src/components/ADempiere/Form/PriceChecking/index.vue b/src/components/ADempiere/Form/PriceChecking/index.vue index 459e92d5..2e748732 100644 --- a/src/components/ADempiere/Form/PriceChecking/index.vue +++ b/src/components/ADempiere/Form/PriceChecking/index.vue @@ -117,6 +117,9 @@ export default { return require('@/image/ADempiere/priceChecking/no-image.jpg') }, backgroundForm() { + if (this.isEmptyValue(this.organizationImagePath)) { + return this.defaultImage + } if (this.isEmptyValue(this.currentImageOfProduct)) { return this.organizationBackground }