From 7ebe16b9abbee8e884db27d2ec360f17455b14f2 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期二, 24 八月 2021 09:03:07 +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