Skip to content

Commit

Permalink
fix: 修复创建服务时未校验所属目录字段的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
luofann committed Apr 16, 2024
1 parent 6770e40 commit 0fa0170
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
},
];
this.rules.name = nameRules;
this.rules.directory_id = this.checkCommonRules('required').required;
this.rules.catalog_id = this.checkCommonRules('required').required;
this.rules.key = this.checkCommonRules('required').required;
this.showFieldOption = this.type === 'edit' && !!this.serviceInfo.source;
this.isBasicFormEditting = this.type === 'new';
Expand Down

0 comments on commit 0fa0170

Please sign in to comment.