浏览代码

fix: 清单指引显示bug

vian 3 年之前
父节点
当前提交
080fffc05b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      web/maintain/billsGuidance_lib/js/billsGuidance.js

+ 2 - 2
web/maintain/billsGuidance_lib/js/billsGuidance.js

@@ -418,8 +418,8 @@ const billsGuidance = (function () {
                 } else {
                     sheet.setCellType(row, 1, baseType);
                     sheet.setCellType(row, 2, baseType);
-                    sheet.setValue(row, 1, null);
-                    sheet.setValue(row, 2, null);
+                    sheet.setValue(row, 1, '');
+                    sheet.setValue(row, 2, '');
                 }
             })
         });