Browse Source

修复数据网格和多选按钮校验异常的问题

unknown 5 years ago
parent
commit
04d81f6610
1 changed files with 0 additions and 1 deletions
  1. 0 1
      o2web/source/x_component_process_Xform/DatagridPC.js

+ 0 - 1
o2web/source/x_component_process_Xform/DatagridPC.js

@@ -1089,7 +1089,6 @@ MWF.xApplication.process.Xform.DatagridPC = new Class({
     },
 
     validationConfigItem: function(routeName, data){
-		debugger;
         var flag = (data.status=="all") ? true: (routeName == data.decision);
         if (flag){
             var n = this.getData();