提交 7578c3ff 编写于 作者: Shine-zwj's avatar Shine-zwj

表格导出时值为0或false

上级 387616f9
......@@ -1171,7 +1171,7 @@ import { Environment } from '@/environments/environment';
* @memberof ${srfclassname('${ctrl.codeName}')}Base
*/
public getCodelistValue(items: any[], value: any, codelist: any,){
if(typeof(value) === 'undefined'){
if(!value && value != 0 && value != false){
return this.$t('codelist.'+codelist.srfkey+'.empty');
}
if (items) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册