buli
2023-05-26 0e9334dcee28f030b55d8b76749c666a88fd383d
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,