Parcourir la source

修复目标录入没有验证

jiangbiao il y a 3 ans
Parent
commit
8a1a652c69
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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('目标录入');
     },
     /** 条目新增按钮操作 */