* Append endList for datepicker.

This commit is contained in:
wangyidong
2024-01-25 13:40:18 +08:00
parent 0d195359a6
commit cb986991fa
3 changed files with 23 additions and 2 deletions
+1
View File
@@ -46,6 +46,7 @@ jsVar('weekend', $config->execution->weekend);
jsVar('isStage', $isStage);
jsVar('copyExecutionID', $copyExecutionID);
jsVar('executionID', isset($executionID) ? $executionID : 0);
jsVar('endList', $lang->execution->endList);
$showExecutionExec = !empty($from) and ($from == 'execution' || $from == 'doc');
formGridPanel