Explorar o código

导出格式化时候bug

yuliang %!s(int64=3) %!d(string=hai) anos
pai
achega
c79ddb2d78
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/lib/systemLib.ts

+ 3 - 0
src/lib/systemLib.ts

@@ -444,6 +444,9 @@ export function setComboStore(sender, config, getDictFn, bizKey, multiValueSepar
             }
 
             const renderer = (value, metaData) => {
+                if (!value && value!=0 ) {
+                    return ''
+                }
                 const valueField = r.field[0]
                 const displayField = r.field[1]
                 const separator = multiValueSeparator