From aedcd4213f43eb226e0201889fb017eb4720dd1f Mon Sep 17 00:00:00 2001 From: sunguangming Date: Wed, 30 Jul 2025 08:42:15 +0000 Subject: [PATCH] * [task#64418,done,0.2h] fix bug. --- module/task/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/task/control.php b/module/task/control.php index 17129e5df4..6ae4174df7 100755 --- a/module/task/control.php +++ b/module/task/control.php @@ -238,7 +238,7 @@ class task extends control $this->locate($url); } - if($this->app->tab == 'my') + if($this->app->tab == 'my' && $this->config->vision == 'rnd') { $this->loadModel('my'); if($from == 'work' || $from == 'contribute')