Ver Fonte

修复目标录入没有验证

jiangbiao há 3 anos atrás
pai
commit
8a1a652c69
1 ficheiros alterados com 1 adições e 0 exclusões
  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('目标录入');
     },
     /** 条目新增按钮操作 */