buli
2023-05-24 845fcb95a8c04595424c315eef611e0980a5949b
force-app/main/default/lwc/lexReturnGoodCusInput/lexReturnGoodCusInput.js
@@ -18,6 +18,7 @@
    }
    changeInputValue(event){
        this.inputValue = event.detail.value;
        this.dispatchEvent(new CustomEvent('changereturncount', {
            composed: true,
            bubbles: true,