Skip to content

Commit

Permalink
feat: 去掉不用的rule
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 20548
  • Loading branch information
hyunfa committed Oct 14, 2024
1 parent 041fab9 commit c9c0a47
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -466,13 +466,6 @@ export default class ParamsConfig extends Vue {
...value,
});
});
const rules = {
"required": {
validator: "{{ $self.value !== ''}}",
message: window.i18n.t ? window.i18n.t('必填项') : '必填项',
trigger: 'blur',
}
}
this.list.forEach((sysItem: IParamsConfig) => {
if (sysItem.config_templates && sysItem.config_templates.find((config: any) => item.id === config.id)) {
const copyForm = Object.assign({}, form);
Expand Down

0 comments on commit c9c0a47

Please sign in to comment.