From cb95755fe8496d8af6d40b05c4bbd4b6df2e77ab Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期一, 05 六月 2023 14:39:34 +0800
Subject: [PATCH] LEX Community Report&Dashboard
---
force-app/main/default/lwc/lexReturnGoodCusInput/lexReturnGoodCusInput.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/lwc/lexReturnGoodCusInput/lexReturnGoodCusInput.js b/force-app/main/default/lwc/lexReturnGoodCusInput/lexReturnGoodCusInput.js
index 03864a1..84d7bf9 100644
--- a/force-app/main/default/lwc/lexReturnGoodCusInput/lexReturnGoodCusInput.js
+++ b/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,
--
Gitblit v1.9.1