zhangxc 5 years ago
parent
commit
08d572523f
1 changed files with 0 additions and 9 deletions
  1. 0 9
      src/components/recordInput/AddRecordItem.vue

+ 0 - 9
src/components/recordInput/AddRecordItem.vue

@@ -437,15 +437,6 @@
             //   this.canSave = true
             //   return
             // }
-            if(item.isUsed !="1" && item.isUsedRun !="1"){
-              this.$message({
-                message:'至少选择1个系统',
-                type:'warning',
-                showClose: true
-              });
-              this.canSave = true
-              return
-            }
             var reg = new RegExp(/^\d+(\.\d)?$/);
             if(item.value&&(!reg.test(item.value) || item.value > 100)){
                this.$message({