浏览代码

一些bug

laiguoran 4 年之前
父节点
当前提交
aa54cfc4bc
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 0 1
      app/public/js/schedule_plan.js
  2. 1 1
      app/view/schedule/index.ejs

+ 0 - 1
app/public/js/schedule_plan.js

@@ -115,7 +115,6 @@ $(function () {
             // calcList.push(m + '_tp');
             // calcList.push(m + '_gcl');
         }
-        console.log(showList);
         const baseLedgerTree = createNewPathTree('base', {
             id: 'ledger_id',
             pid: 'ledger_pid',

文件差异内容过多而无法显示
+ 1 - 1
app/view/schedule/index.ejs