MaiXinRong 2 年之前
父节点
当前提交
d3d22bc63b
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      app/const/tender_info.js
  2. 1 1
      app/service/project.js

+ 1 - 1
app/const/tender_info.js

@@ -167,7 +167,7 @@ const defaultInfo = {
     fun_rela: {
         hintOver: true,
         stage_change: {
-            minusNoValue: false,
+            minusNoValue: true,
         },
         sum_load: {
             ignoreParent: false,

+ 1 - 1
app/service/project.js

@@ -11,7 +11,7 @@ const imType = require('../const/tender').imType;
 const defaultFunRela = {
     banOver: true,
     hintOver: true,
-    minusNoValue: false,
+    minusNoValue: true,
     imType: imType.zl.value,
     needGcl: false,
 };