* Add risk list for assign to me block.

This commit is contained in:
holan20180123
2020-08-24 10:50:52 +08:00
parent 83e0d78aef
commit 33666bc545
9 changed files with 74 additions and 0 deletions
+4
View File
@@ -587,6 +587,10 @@ class blockModel extends model
$params->bugNum['default'] = 20;
$params->bugNum['control'] = 'input';
$params->riskNum['name'] = $this->lang->block->riskNum;
$params->riskNum['default'] = 20;
$params->riskNum['control'] = 'input';
return json_encode($params);
}