yusheng 1 месяц назад
Родитель
Сommit
346493648d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/recordComponents/programRulesDialog.vue

+ 1 - 1
src/views/recordComponents/programRulesDialog.vue

@@ -1306,7 +1306,7 @@
         this.currentRow = row;
         this.currentIndex = index;
         if (type=='substanceName') {
-          if(  this.addForm.deviceId){
+          if( !this.addForm.deviceId){
             this.$message.error('请选择主设备!')
             return
           }