* Fix notice of zanode.

This commit is contained in:
zhaoke
2023-07-19 11:39:11 +08:00
parent cb7952c4df
commit 442a5cf385
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -18,6 +18,7 @@
<?php js::set('browseType', $browseType);?>
<?php js::set('moduleID', $moduleID);?>
<?php js::set('case2RunMap', $case2RunMap);?>
<?php js::set('taskID', $taskID);?>
<?php js::set('automation', !empty($automation) ? $automation->id : 0);?>
<?php $this->app->loadLang('zanode');?>
<?php js::set('runCaseConfirm', $lang->zanode->runCaseConfirm);?>