From cbde8633bc21bd2f64a35c25e05d9e9470313b74 Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期六, 18 九月 2021 10:40:48 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/pakStore/matMemo.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/pakStore/matMemo.html b/src/main/webapp/views/pakStore/matMemo.html
index 379579b..ce57e00 100644
--- a/src/main/webapp/views/pakStore/matMemo.html
+++ b/src/main/webapp/views/pakStore/matMemo.html
@@ -17,7 +17,7 @@
 </body>
 <script>
     function setMatMemo(val) {
-        $("#memo").val(val);
+        $("#memo").val(val ? val : '');
     }
 </script>
 </html>
\ No newline at end of file

--
Gitblit v1.9.1