瀏覽代碼

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

MaiXinRong 6 年之前
父節點
當前提交
3d25740ab5
共有 2 個文件被更改,包括 0 次插入2 次删除
  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.messageType = messageType;
         this.jsValidator = this.app.jsValidator;
         this.jsValidator = this.app.jsValidator;
         this.menu = this.app.menu;
         this.menu = this.app.menu;
-        this.calc = this.app.calc;
         // 当前菜单
         // 当前菜单
         ctx.menu = menuList[ctx.controllerName] === undefined ? {} : menuList[ctx.controllerName];
         ctx.menu = menuList[ctx.controllerName] === undefined ? {} : menuList[ctx.controllerName];
         ctx.title = ctx.menu === {} ? '' : ctx.menu.name;
         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.transaction = null;
         this.sqlBuilder = null;
         this.sqlBuilder = null;
         this._ = this.app._;
         this._ = this.app._;
-        this.calc = this.app.calc;
     }
     }
 
 
     /**
     /**