buli
2023-05-29 8ed5725af66f3106ffeb469ac82b64c2947f1c76
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,