From e858eb9d9891f6ef010a1551efd87338c13749b3 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Fri, 4 Jun 2021 15:36:26 +0800 Subject: [PATCH] * fix bug. --- module/execution/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/control.php b/module/execution/control.php index f3c3daa5ff..410a91ba47 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -2759,7 +2759,7 @@ class execution extends control if($this->app->viewType == 'mhtml') { $executionID = $this->execution->saveState(0, $this->executions); - $this->execution->setMenu($productID); + $this->execution->setMenu($executionID); } /* Load pager and get tasks. */