From 37286cd9b177e9a1b8f28bfbc054c8cfedec6a5e Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 26 八月 2021 08:50:57 +0800
Subject: [PATCH] Merge branch 'xgmasrs' of https://gitee.com/luxiaotao1123/zy-asrs into xgmasrs
---
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