zhangqian
2023-06-20 a541906d9d6510d493292fae704fe80cc5e8d0ce
force-app/main/default/lwc/lexEquipmentRentalApply_FromSA/lexEquipmentRentalApply_FromSA.js
@@ -85,7 +85,7 @@
                    console.log(error);
                })
            }else{
                this.showToast(res,'warning');
                this.showToast(res,'error');
                return;
            }
        })
@@ -94,10 +94,11 @@
    showToast(message, type) {
        const evt = new ShowToastEvent({
            title: '',
            title: 'Error',
            message: message,
            variant: type
        });
        this.dispatchEvent(evt);
        this.dispatchEvent(new CloseActionScreenEvent());
    }
}