* Fix bug .

This commit is contained in:
tanghucheng
2022-04-26 13:47:34 +08:00
parent 0fd5968a14
commit e00d70491b
+5
View File
@@ -0,0 +1,5 @@
<?php
$config->stage->create = new stdclass();
$config->stage->edit = new stdclass();
$config->stage->create->requiredFields = 'name,percent,type';
$config->stage->edit->requiredFields = 'name,percent,type';