From 845fcb95a8c04595424c315eef611e0980a5949b Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期三, 24 五月 2023 14:26:58 +0800
Subject: [PATCH] community backup 0524
---
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