* Change back url.

This commit is contained in:
caoyanyi
2023-06-12 11:25:57 +08:00
parent f5c1a12681
commit f64b0e4b2f
+1 -1
View File
@@ -78,7 +78,7 @@ detailBody
(
set::prefix
(
array(array('icon' => 'back', 'text' => $lang->goback))
array(array('icon' => 'back', 'text' => $lang->goback, 'url' => 'javascript:goBack("execution-task", "execution-task")'))
),
set::main($operateMenus),
set::suffix($commonActions),