|
|
|
@ -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) |
|
|
|
|