From d4633ae0282a7a3f8af135fc2a1d6a6c7b656dbb Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期一, 06 十二月 2021 19:27:32 +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