浏览代码

fix: 定额目录编码1-1-1变成日期

vian 9 月之前
父节点
当前提交
cb166b115b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      web/maintain/ration_repository/js/section_tree.js

+ 1 - 0
web/maintain/ration_repository/js/section_tree.js

@@ -326,6 +326,7 @@ let sectionTreeObj = {
         this.initController(this.tree, this.sheet, this.setting.sheet);
         this.controller.showTreeData();
         this.sheet.setFormatter(-1, 0, '@');
+        this.sheet.setFormatter(-1, -1, '@');
         this.initSelection(this.tree.selected);
         explanatoryOprObj.bindEvents(explanatoryOprObj.exEditor, explanatoryOprObj.erratumEditor, explanatoryOprObj.calcEditor);
         this.loadRateWidth();