Browse Source

不勾选条目也可以提交

zhangxc 5 years ago
parent
commit
f710291083
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/components/recordInput/AddRecord.vue

+ 0 - 4
src/components/recordInput/AddRecord.vue

@@ -280,10 +280,6 @@
          if(casesId === '') {
           this.warning('请选择模块ID')
            return
-        }
-         if(!checkedcasesEntrys.length) {
-          this.warning('请选择条目')
-           return
         }
         let qcInputMappingSaveVO = []
         let casesEntryIdList = this.getIdList(this.casesEntryList)