Explorar el Código

导出格式化时候bug

yuliang hace 3 años
padre
commit
c79ddb2d78
Se han modificado 1 ficheros con 3 adiciones y 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