From 8ed5725af66f3106ffeb469ac82b64c2947f1c76 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期一, 29 五月 2023 14:06:59 +0800
Subject: [PATCH] backupcode
---
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