Browse Source

修复目标录入没有验证

jiangbiao 3 năm trước cách đây
mục cha
commit
8a1a652c69

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

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