浏览代码

总额计量,只读控制调整

MaiXinRong 5 年之前
父节点
当前提交
ee4e47891a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/public/js/stage.js

+ 1 - 1
app/public/js/stage.js

@@ -846,7 +846,7 @@ $(document).ready(() => {
                     info.cancel = !node.is_tp;
                     break;
                 case 'is_tp':
-                    info.cancel = false;
+                    info.cancel = true;
                     break;
             }
         },