Browse Source

本期计量台账,部位明细,合同计量输入值卡死

MaiXinRong 6 years ago
parent
commit
3d25740ab5
2 changed files with 0 additions and 2 deletions
  1. 0 1
      app/base/base_controller.js
  2. 0 1
      app/base/base_service.js

+ 0 - 1
app/base/base_controller.js

@@ -24,7 +24,6 @@ class BaseController extends Controller {
         this.messageType = messageType;
         this.jsValidator = this.app.jsValidator;
         this.menu = this.app.menu;
-        this.calc = this.app.calc;
         // 当前菜单
         ctx.menu = menuList[ctx.controllerName] === undefined ? {} : menuList[ctx.controllerName];
         ctx.title = ctx.menu === {} ? '' : ctx.menu.name;

+ 0 - 1
app/base/base_service.js

@@ -26,7 +26,6 @@ class BaseService extends Service {
         this.transaction = null;
         this.sqlBuilder = null;
         this._ = this.app._;
-        this.calc = this.app.calc;
     }
 
     /**