Browse Source

fix: 预付款首页新建记录截至本期金额数据异常bug

lanjianrong 5 years ago
parent
commit
962e46ff70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/public/js/advance_audit.js

+ 1 - 1
app/public/js/advance_audit.js

@@ -202,7 +202,7 @@ $(document).ready(function () {
 
 
     function filterText(text) {
     function filterText(text) {
         if (!text) return null
         if (!text) return null
-        return text.replace(/(\r\n)|(\n)/g, '<br/>').replace(/\s/g, ' ')
+        return text.replace(/(\r\n)|(\n)/g, '<br/>')
     }
     }
     function update(data) {
     function update(data) {
         postData(preUrl + '/update', data)
         postData(preUrl + '/update', data)