Browse Source

完善

beijing
陈鹏飞 3 years ago
parent
commit
821e19117c
  1. 2
      src/app/pages/license/file-category/file-category.component.ts

2
src/app/pages/license/file-category/file-category.component.ts

@ -128,7 +128,7 @@ export class FileCategoryComponent implements OnInit {
return false;
}
if (instance.validatyType != '2' && !instance.data2.remark) {
this.message.create('warning', '请填写完整!');
this.message.create('warning', '请填写说明!');
return false;
}
instance.data2.validatyType = Number(instance.validatyType)

Loading…
Cancel
Save