Pārlūkot izejas kodu

修复目标录入没有验证

jiangbiao 3 gadi atpakaļ
vecāks
revīzija
8a1a652c69
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      ui/src/views/plant/targetlist/index.vue

+ 1 - 0
ui/src/views/plant/targetlist/index.vue

@@ -491,6 +491,7 @@ export default {
       this.reset();
 	    this.getTreeselect();
       this.open = true;
+      this.rules = this.rulesOne;
       this.title = this.$t('新增') + " " + this.$t('目标录入');
     },
     /** 条目新增按钮操作 */