* fix bug for switch project in story-view page.

This commit is contained in:
wangyidong
2021-03-25 17:49:59 +08:00
parent bded3a590f
commit f8c36d5a0c
+5
View File
@@ -1139,6 +1139,11 @@ class executionModel extends model
$module = 'execution';
$method = 'build';
}
if($module == 'story')
{
$module = 'execution';
$method = 'story';
}
if($module == 'execution' and $method == 'create') return;
if($extra != '')